File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 3
3
"semanticCommits" : " enabled" ,
4
4
"dependencyDashboard" : true ,
5
5
"separateMajorMinor" : false ,
6
- "labels" : [" dependency" ],
6
+ "labels" : [
7
+ " dependency"
8
+ ],
7
9
"minimumReleaseAge" : " 1 day" ,
8
10
"prCreation" : " not-pending" ,
9
- "regexManagers " : [
11
+ "customManagers " : [
10
12
{
11
- "fileMatch" : [" (^|/)Dockerfile$" , " (^|/)Dockerfile\\ .[^/]*$" ],
13
+ "customType" : " regex" ,
14
+ "fileMatch" : [
15
+ " (^|/)Dockerfile$" ,
16
+ " (^|/)Dockerfile\\ .[^/]*$"
17
+ ],
12
18
"matchStrings" : [
13
19
" #\\ srenovate:\\ sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\ s(ENV|ARG) .*?_VERSION(\\ s+|=)(?<currentValue>.*)\\ s"
14
20
],
17
23
],
18
24
"packageRules" : [
19
25
{
20
- "matchDatasources" : [" docker" , " github-releases" , " github-tags" ],
21
- "matchUpdateTypes" : [" patch" , " minor" , " major" ],
26
+ "matchDatasources" : [
27
+ " docker" ,
28
+ " github-releases" ,
29
+ " github-tags"
30
+ ],
31
+ "matchUpdateTypes" : [
32
+ " patch" ,
33
+ " minor" ,
34
+ " major"
35
+ ],
22
36
"enabled" : true
23
37
}
24
38
],
You can’t perform that action at this time.
0 commit comments