File tree Expand file tree Collapse file tree 1 file changed +43
-9
lines changed
Expand file tree Collapse file tree 1 file changed +43
-9
lines changed Original file line number Diff line number Diff line change 66 {
77 "customType" : " regex" ,
88 "datasourceTemplate" : " docker" ,
9- "fileMatch " : [
10- " .*container_build_args\\ .conf$"
9+ "managerFilePatterns " : [
10+ " / .*container_build_args\\ .conf$/ "
1111 ],
1212 "matchStrings" : [
1313 " (?<depName>[\\ w\\ -\\ .\\ /]+):?(?<currentValue>[\\ w\\ -\\ .]+)?@(?<currentDigest>sha256:[a-f0-9]+)"
1414 ],
1515 "versioningTemplate" : " docker"
1616 }
1717 ],
18+ "git-submodules" : {
19+ "enabled" : true ,
20+ "packageRules" : [
21+ {
22+ "addLabels" : [
23+ " approved" ,
24+ " lgtm"
25+ ],
26+ "additionalBranchPrefix" : " telco5g-konflux-" ,
27+ "autoApprove" : true ,
28+ "automerge" : true ,
29+ "matchFileNames" : [
30+ " telco5g-konflux/**"
31+ ],
32+ "schedule" : [
33+ " at any time"
34+ ]
35+ },
36+ {
37+ "additionalBranchPrefix" : " telco5g-konflux-" ,
38+ "matchFileNames" : [
39+ " telco5g-konflux/**"
40+ ]
41+ }
42+ ]
43+ },
1844 "gomod" : {
1945 "enabled" : false
2046 },
3763 "matchUpdateTypes" : [
3864 " digest"
3965 ],
40- "platformAutomerge" : true
66+ "platformAutomerge" : true ,
67+ "schedule" : [
68+ " at any time"
69+ ]
4170 },
4271 {
43- "matchUpdateTypes" : [" minor" ],
44- "enabled" : false
72+ "enabled" : false ,
73+ "matchUpdateTypes" : [
74+ " minor"
75+ ]
4576 }
4677 ],
4778 "prConcurrentLimit" : 0 ,
4879 "pruneBranchAfterAutomerge" : true ,
4980 "tekton" : {
5081 "enabled" : true ,
51- "fileMatch" : [
52- " \\ .yaml$" ,
53- " \\ .yml$"
54- ],
5582 "ignoreTests" : false ,
5683 "includePaths" : [
5784 " .tekton/**"
85+ ],
86+ "managerFilePatterns" : [
87+ " /\\ .yaml$/" ,
88+ " /\\ .yml$/"
89+ ],
90+ "schedule" : [
91+ " at any time"
5892 ]
5993 }
6094}
You can’t perform that action at this time.
0 commit comments