Skip to content

Commit 99a951c

Browse files
shay23braopenshift-merge-bot[bot]
authored andcommitted
Add Hive API Synchronization with mintmaker override
1 parent e541342 commit 99a951c

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

renovate.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,31 @@
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",
@@ -62,6 +80,26 @@
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
}

0 commit comments

Comments
 (0)