Skip to content

Commit 70bc6ea

Browse files
fix(renovate): remove custom rust toolchain processing (#725)
1 parent e870dff commit 70bc6ea

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

renovate-config.json5

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,5 @@
118118
],
119119
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{/if}}"
120120
},
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-
},
132121
],
133122
}

0 commit comments

Comments
 (0)