Skip to content

Commit be30b1b

Browse files
committed
chore(ci): Try again with not auto-updating MSRV
The overhead for MSRV bumping is a lot lower and its annoying merging all of the PRs (and I don't want these auto-merged)
1 parent 14225df commit be30b1b

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/renovate.json5

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,6 @@
77
configMigration: true,
88
dependencyDashboard: true,
99
customManagers: [
10-
{
11-
customType: 'regex',
12-
fileMatch: [
13-
'^rust-toolchain\\.toml$',
14-
'Cargo.toml$',
15-
'clippy.toml$',
16-
'\\.clippy.toml$',
17-
'^\\.github/workflows/ci.yml$',
18-
'^\\.github/workflows/rust-next.yml$',
19-
],
20-
matchStrings: [
21-
'MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
22-
'(?<currentValue>\\d+\\.\\d+(\\.\\d+)?).*?MSRV',
23-
],
24-
depNameTemplate: 'MSRV',
25-
packageNameTemplate: 'rust-lang/rust',
26-
datasourceTemplate: 'github-releases',
27-
},
2810
{
2911
customType: 'regex',
3012
fileMatch: [
@@ -45,21 +27,6 @@
4527
},
4628
],
4729
packageRules: [
48-
{
49-
commitMessageTopic: 'MSRV',
50-
matchManagers: [
51-
'custom.regex',
52-
],
53-
matchPackageNames: [
54-
'MSRV',
55-
],
56-
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
57-
internalChecksFilter: 'strict',
58-
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
59-
schedule: [
60-
'* * * * *',
61-
],
62-
},
6330
{
6431
commitMessageTopic: 'Rust Stable',
6532
matchManagers: [

0 commit comments

Comments
 (0)