Skip to content

Commit 20200ed

Browse files
committed
renovate.json: trying out something to group updates
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 28d2d54 commit 20200ed

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
"description": "Automerge non-major updates",
77
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
88
"automerge": true
9-
}
9+
},
10+
{
11+
"groupName": "all digest tekton-ecosystem-tenant updates",
12+
"groupSlug": "all-digest-tekton-ecosystem-tenant",
13+
"matchPackageNames": [
14+
"quay.io/redhat-user-workloads/tekton-ecosystem-tenant/*"
15+
],
16+
"matchUpdateTypes": [
17+
"digest"
18+
]
19+
},
1020
],
1121
"extends": [
1222
"github>konflux-ci/mintmaker//config/renovate/renovate.json"

0 commit comments

Comments
 (0)