File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 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+)?)' ,
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' ,
You can’t perform that action at this time.
0 commit comments