File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "prConcurrentLimit" : 0 ,
1010 "enabledManagers" : [
1111 " custom.regex" ,
12- " tekton"
12+ " tekton" ,
13+ " gomod"
1314 ],
1415 "tekton" : {
1516 "managerFilePatterns" : [
1617 " /^.tekton/*/"
1718 ]
1819 },
20+ "gomod" : {
21+ "postUpdateOptions" : [
22+ " gomodUpdateImportPaths" ,
23+ " gomodTidy"
24+ ],
25+ "packageRules" : [
26+ {
27+ "matchManagers" : [
28+ " gomod"
29+ ],
30+ "matchDepTypes" : [
31+ " indirect"
32+ ],
33+ "enabled" : false
34+ }
35+ ]
36+ },
1937 "customManagers" : [
2038 {
2139 "customType" : " regex" ,
6280 " registry.access.redhat.com/ubi9/ubi-minimal"
6381 ],
6482 "enabled" : false
83+ },
84+ {
85+ "matchManagers" : [
86+ " gomod"
87+ ],
88+ "enabled" : false
89+ },
90+ {
91+ "matchManagers" : [
92+ " gomod"
93+ ],
94+ "matchPackageNames" : [
95+ " github.com/openshift/hive/apis"
96+ ],
97+ "groupName" : " Hive API Synchronization" ,
98+ "addLabels" : [
99+ " hive-api" ,
100+ " api-sync"
101+ ],
102+ "enabled" : true
65103 }
66104 ]
67105}
You can’t perform that action at this time.
0 commit comments