Skip to content

Commit f145289

Browse files
chore(config): migrate config .github/renovate.json5
1 parent 18d252e commit f145289

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/renovate.json5

+8-14
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
customManagers: [
1010
{
1111
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$',
12+
managerFilePatterns: [
13+
'/^rust-toolchain\\.toml$/',
14+
'/Cargo.toml$/',
15+
'/clippy.toml$/',
16+
'/\\.clippy.toml$/',
17+
'/^\\.github/workflows/ci.yml$/',
18+
'/^\\.github/workflows/rust-next.yml$/',
1919
],
2020
matchStrings: [
2121
'STABLE.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@@ -35,18 +35,12 @@
3535
matchDepNames: [
3636
'STABLE',
3737
],
38-
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
38+
extractVersion: '^(?<version>\\d+\\.\\d+)',
3939
schedule: [
4040
'* * * * *',
4141
],
4242
automerge: true,
4343
},
44-
// Goals:
45-
// - Keep version reqs low, ignoring compatible normal/build dependencies
46-
// - Take advantage of latest dev-dependencies
47-
// - Rollup safe upgrades to reduce CI runner load
48-
// - Help keep number of versions down by always using latest breaking change
49-
// - Have lockfile and manifest in-sync
5044
{
5145
matchManagers: [
5246
'cargo',

0 commit comments

Comments
 (0)