We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369ab82 commit 0b36b15Copy full SHA for 0b36b15
.github/renovate.json5
@@ -8,7 +8,29 @@
8
ignorePaths: [
9
"**/tests/**",
10
],
11
+ regexManagers: [
12
+ {
13
+ fileMatch: [
14
+ '^Cargo.toml$',
15
+ ],
16
+ matchStrings: [
17
+ 'rust-version.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
18
19
+ depNameTemplate: 'msrv',
20
+ packageNameTemplate: 'rust-lang/rust',
21
+ datasourceTemplate: 'github-releases',
22
+ },
23
24
packageRules: [
25
26
+ commitMessageTopic: 'MSRV',
27
+ matchManagers: [
28
+ 'regex',
29
30
+ matchPackageNames: [
31
+ 'msrv',
32
33
34
// Goals:
35
// - Rollup safe upgrades to reduce CI runner load
36
// - Have lockfile and manifest in-sync (implicit rules)
0 commit comments