Skip to content

Commit e5e1022

Browse files
Merge pull request #2037 from shay23bra/ACM-29247-Infrastructure-Operator-Set-up-Renovate-configuration-to-automatically-create-Hive-API-Synchronization-PRs
ACM-29247: Infrastructure Operator - Set up Renovate configuration to automatically create Hive API Synchronization PRs
2 parents f99a7ba + 153d674 commit e5e1022

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

renovate.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,32 @@
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",
@@ -143,6 +162,26 @@
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
}

0 commit comments

Comments
 (0)