Skip to content

Commit 58950bb

Browse files
committed
Fix renovate.json groupings
https://docs.renovatebot.com/configuration-options/#packagerules > If multiple matchers are included in one package rule, *all of them* > must match. Remove the extraneous matchers that are breaking the groupings Tested with $ podman run --rm -ti -v "$PWD:$PWD:z" -w "$PWD" --user=0 \ -e LOG_LEVEL=debug \ -e RENOVATE_PLATFORM=local \ ghcr.io/renovatebot/renovate | grep 'Returning .* branch' DEBUG: Returning 15 branch(es) (repository=local) In main, this returns 24 branches instead. Signed-off-by: Adam Cmiel <[email protected]>
1 parent 5c1c38b commit 58950bb

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

renovate.json

+1-30
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
]
2828
},
2929
{
30-
"matchPackageNames": [
31-
"quay.io/konflux-ci/pull-request-builds",
32-
"quay.io/konflux-ci/buildah",
33-
"quay.io/konflux-ci/source-container-build",
34-
"quay.io/redhat-appstudio/e2e-tests",
35-
"quay.io/redhat-appstudio/buildah",
36-
"quay.io/redhat-appstudio/hacbs-jvm-build-request-processor",
37-
"quay.io/redhat-appstudio/build-definitions-source-image-build-utils",
38-
"quay.io/redhat-appstudio/cachi2",
39-
"quay.io/redhat-appstudio/sbom-utility-scripts-image",
40-
"registry.access.redhat.com/rh-syft-tech-preview/syft-rhel9"
41-
],
4230
"groupName": "build",
4331
"matchFileNames": [
4432
"task/acs-deploy-check/**",
@@ -80,12 +68,6 @@
8068
]
8169
},
8270
{
83-
"matchPackagePrefixes": [
84-
"quay.io/enterprise-contract/"
85-
],
86-
"matchPackageNames": [
87-
"registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8"
88-
],
8971
"groupName": "ec",
9072
"matchFileNames": [
9173
"task/tkn-bundle-oci-ta/**",
@@ -94,11 +76,6 @@
9476
]
9577
},
9678
{
97-
"matchPackageNames": [
98-
"quay.io/konflux-ci/konflux-test",
99-
"quay.io/redhat-appstudio/clair-in-ci",
100-
"quay.io/konflux-ci/clamav-db"
101-
],
10279
"groupName": "integration",
10380
"matchFileNames": [
10481
"task/clair-scan/**",
@@ -122,21 +99,15 @@
12299
]
123100
},
124101
{
125-
"matchPackageNames": [
126-
"quay.io/opdev/preflight"
127-
],
128102
"groupName": "preflight",
129103
"matchFileNames": [
130104
"task/ecosystem-cert-preflight-checks/**"
131105
]
132106
},
133107
{
134108
"groupName": "github-actions",
135-
"matchManagers": [
136-
"github-actions"
137-
],
138109
"matchFileNames": [
139-
".github/workflows/**"
110+
".github/**"
140111
],
141112
"schedule": [
142113
"on sunday"

0 commit comments

Comments
 (0)