File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 37
37
packageNameTemplate : 'rust-lang/rust' ,
38
38
datasourceTemplate : 'github-releases' ,
39
39
} ,
40
+ {
41
+ customType : 'regex' ,
42
+ fileMatch : [
43
+ '^.github.workflows.main.yml$' ,
44
+ ] ,
45
+ matchStrings : [
46
+ 'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)' ,
47
+ ] ,
48
+ depNameTemplate : 'cargo-semver-checks' ,
49
+ packageNameTemplate : 'obi1kenobi/cargo-semver-checks' ,
50
+ datasourceTemplate : 'github-releases' ,
51
+ } ,
40
52
] ,
41
53
packageRules : [
42
54
{
69
81
internalChecksFilter : 'strict' ,
70
82
groupName : 'msrv' ,
71
83
} ,
84
+ {
85
+ commitMessageTopic : 'cargo-semver-checks' ,
86
+ matchManagers : [
87
+ 'custom.regex' ,
88
+ ] ,
89
+ matchDepNames : [
90
+ 'cargo-semver-checks' ,
91
+ ] ,
92
+ extractVersion : '^v(?<version>\\d+\\.\\d+\\.\\d+)' ,
93
+ schedule : [
94
+ '* * * * *' ,
95
+ ] ,
96
+ internalChecksFilter : 'strict' ,
97
+ } ,
72
98
// Goals:
73
99
// - Rollup safe upgrades to reduce CI runner load
74
100
// - Have lockfile and manifest in-sync (implicit rules)
You can’t perform that action at this time.
0 commit comments