We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e870dff commit 70bc6eaCopy full SHA for 70bc6ea
1 file changed
renovate-config.json5
@@ -118,16 +118,5 @@
118
],
119
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{/if}}"
120
},
121
- // Rust toolchain
122
- {
123
- "customType": "regex",
124
- "managerFilePatterns": ["/(^|\/)rust-toolchain.toml$/"],
125
- "matchStrings": [
126
- "channel[ \\t]*=[ \\t]*\"(?<currentValue>[^\"\\r\\n]+)\"",
127
- ],
128
- "datasourceTemplate": "github-tags",
129
- "depNameTemplate": "rust-lang/rust",
130
- "versioningTemplate": "rust-release-channel"
131
- },
132
133
}
0 commit comments