|
27 | 27 | ]
|
28 | 28 | },
|
29 | 29 | {
|
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 |
| - ], |
42 | 30 | "groupName": "build",
|
43 | 31 | "matchFileNames": [
|
44 | 32 | "task/acs-deploy-check/**",
|
|
80 | 68 | ]
|
81 | 69 | },
|
82 | 70 | {
|
83 |
| - "matchPackagePrefixes": [ |
84 |
| - "quay.io/enterprise-contract/" |
85 |
| - ], |
86 |
| - "matchPackageNames": [ |
87 |
| - "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8" |
88 |
| - ], |
89 | 71 | "groupName": "ec",
|
90 | 72 | "matchFileNames": [
|
91 | 73 | "task/tkn-bundle-oci-ta/**",
|
|
94 | 76 | ]
|
95 | 77 | },
|
96 | 78 | {
|
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 |
| - ], |
102 | 79 | "groupName": "integration",
|
103 | 80 | "matchFileNames": [
|
104 | 81 | "task/clair-scan/**",
|
|
122 | 99 | ]
|
123 | 100 | },
|
124 | 101 | {
|
125 |
| - "matchPackageNames": [ |
126 |
| - "quay.io/opdev/preflight" |
127 |
| - ], |
128 | 102 | "groupName": "preflight",
|
129 | 103 | "matchFileNames": [
|
130 | 104 | "task/ecosystem-cert-preflight-checks/**"
|
131 | 105 | ]
|
132 | 106 | },
|
133 | 107 | {
|
134 | 108 | "groupName": "github-actions",
|
135 |
| - "matchManagers": [ |
136 |
| - "github-actions" |
137 |
| - ], |
138 | 109 | "matchFileNames": [
|
139 |
| - ".github/workflows/**" |
| 110 | + ".github/**" |
140 | 111 | ],
|
141 | 112 | "schedule": [
|
142 | 113 | "on sunday"
|
|
0 commit comments