mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 07:29:38 -05:00
renovate: ignore operator manager kustomization
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
c9624c75ee
commit
25a23475ad
@ -13,4 +13,4 @@ kind: Kustomization
|
|||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: ghcr.io/edgelesssys/constellation/node-operator
|
newName: ghcr.io/edgelesssys/constellation/node-operator
|
||||||
newTag: v2.3.0
|
newTag: v0.0.0
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
],
|
],
|
||||||
"prConcurrentLimit": 4,
|
"prConcurrentLimit": 4,
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"cli/internal/helm/charts/cilium/**"
|
"cli/internal/helm/charts/cilium/**",
|
||||||
|
"operators/constellation-node-operator/config/manager/kustomization.yaml"
|
||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"github.com/edgelesssys/constellation/v2"
|
"github.com/edgelesssys/constellation/v2"
|
||||||
|
Loading…
Reference in New Issue
Block a user