Skip to content

Commit b9cf883

Browse files
fix(renovate): regex pattern for rust-toolchain.toml (#676)
1 parent 7da5818 commit b9cf883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate-config.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"customType": "regex",
109109
"managerFilePatterns": ["/(^|\/)rust-toolchain.toml$/"],
110110
"matchStrings": [
111-
"(?:^|\\r?\\n)channel[ \\t]*=[ \\t]*\"(?<currentValue>[^\"\\r\\n]+)\"[ \\t]*(?=$|\\r?\\n)",
111+
"channel[ \\t]*=[ \\t]*\"(?<currentValue>[^\"\\r\\n]+)\"",
112112
],
113113
"datasourceTemplate": "github-tags",
114114
"depNameTemplate": "rust-lang/rust",

0 commit comments

Comments
 (0)