File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 6
6
" schedule:monthly" ,
7
7
" :maintainLockFilesMonthly"
8
8
],
9
- "labels" : [" dependencies" ],
9
+ "labels" : [
10
+ " dependencies"
11
+ ],
10
12
"github-actions" : {
11
- "fileMatch" : [" ^template/\\ .github/(?:workflows|actions)/.+\\ .ya?ml(?:.jinja)?$" ]
13
+ "fileMatch" : [
14
+ " ^template/\\ .github/(?:workflows|actions)/.+\\ .ya?ml(?:.jinja)?$"
15
+ ]
12
16
},
13
17
"packageRules" : [
14
18
{
15
19
"groupName" : " {{manager}} non-major dependencies" ,
16
20
"groupSlug" : " {{manager}}-minor-patch" ,
17
- "matchPackagePatterns" : [
18
- " *"
19
- ],
20
21
"matchUpdateTypes" : [
21
22
" minor" ,
22
23
" patch"
24
+ ],
25
+ "matchPackageNames" : [
26
+ " *"
23
27
]
24
28
},
25
29
{
28
32
"matchManagers" : [
29
33
" bundler" ,
30
34
" dockerfile" ,
31
- " regex" ,
35
+ " custom. regex" ,
32
36
" ruby-version"
33
37
],
34
38
"matchDatasources" : [
44
48
}
45
49
],
46
50
"vulnerabilityAlerts" : {
47
- "labels" : [" security" ]
51
+ "labels" : [
52
+ " security"
53
+ ]
48
54
}
49
55
}
You can’t perform that action at this time.
0 commit comments