File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 7
7
configMigration : true ,
8
8
dependencyDashboard : true ,
9
9
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
- } ,
28
10
{
29
11
customType : 'regex' ,
30
12
fileMatch : [
45
27
} ,
46
28
] ,
47
29
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
- } ,
63
30
{
64
31
commitMessageTopic : 'Rust Stable' ,
65
32
matchManagers : [
You can’t perform that action at this time.
0 commit comments