File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 5
5
" :gitSignOff" ,
6
6
" :semanticCommitType(chore)" ,
7
7
" :labels(automated,no-issue)" ,
8
- " regexManagers :githubActionsVersions" ,
8
+ " customManagers :githubActionsVersions" ,
9
9
" :automergeMinor" ,
10
10
" :automergeDigest"
11
11
],
35
35
"matchDatasources" : [
36
36
" go"
37
37
],
38
- "matchPackagePatterns" : [
39
- " *"
40
- ],
41
38
"matchUpdateTypes" : [
42
39
" minor" ,
43
40
" patch" ,
44
41
" digest"
45
42
],
46
- "groupName" : " all non-major go dependencies"
43
+ "groupName" : " all non-major go dependencies" ,
44
+ "matchPackageNames" : [
45
+ " *"
46
+ ]
47
47
},
48
48
{
49
49
"matchDatasources" : [
58
58
"groupName" : " all cloudnative-pg daggerverse dependencies"
59
59
},
60
60
{
61
- "matchUpdateTypes" : [" minor" , " patch" ],
62
- "matchCurrentVersion" : " !/^0/" ,
61
+ "matchUpdateTypes" : [
62
+ " minor" ,
63
+ " patch"
64
+ ],
65
+ "matchCurrentVersion" : " !/^0/"
63
66
}
64
67
]
65
68
}
You can’t perform that action at this time.
0 commit comments