File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1111 "enabledManagers" : [
1212 " custom.regex" ,
1313 " tekton" ,
14+ " gomod" ,
1415 " rpm-lockfile"
1516 ],
1617
1718 "tekton" : {
1819 "fileMatch" : [" ^.tekton/*" ]
1920 },
2021
22+ "gomod" : {
23+ "postUpdateOptions" : [
24+ " gomodUpdateImportPaths" ,
25+ " gomodTidy"
26+ ],
27+ "packageRules" : [
28+ {
29+ "matchManagers" : [
30+ " gomod"
31+ ],
32+ "matchDepTypes" : [
33+ " indirect"
34+ ],
35+ "enabled" : false
36+ }
37+ ]
38+ },
39+
2140 "customManagers" : [
2241 {
2342 "customType" : " regex" ,
143162 "matchManagers" : [
144163 " rpm-lockfile"
145164 ]
165+ },
166+ {
167+ "matchManagers" : [
168+ " gomod"
169+ ],
170+ "enabled" : false
171+ },
172+ {
173+ "matchManagers" : [
174+ " gomod"
175+ ],
176+ "matchPackageNames" : [
177+ " github.com/openshift/hive/apis"
178+ ],
179+ "groupName" : " Hive API Synchronization" ,
180+ "addLabels" : [
181+ " hive-api" ,
182+ " api-sync"
183+ ],
184+ "enabled" : true
146185 }
147186 ]
148187}
You can’t perform that action at this time.
0 commit comments