Skip to content

Commit 658d8b4

Browse files
committed
Enable auto-merge for controller-runtime patches
Signed-off-by: Erik Godding Boye <[email protected]>
1 parent 3966065 commit 658d8b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

default.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
],
2020
// packageRules uses globs for matchPackageNames. Some packages have a separate major version i.e. /v on them which is when we would need package**/**.
2121
packageRules: [
22+
{
23+
matchManagers: [
24+
'gomod',
25+
],
26+
matchPackageNames: [
27+
'sigs.k8s.io/controller-runtime',
28+
],
29+
matchUpdateTypes: [
30+
'patch',
31+
],
32+
addLabels: [
33+
'skip-review', // Adding label to allow PRs to automerge
34+
]
35+
},
2236
{
2337
groupName: 'Misc GitHub actions',
2438
matchManagers: [

0 commit comments

Comments
 (0)