renovate: ignore operator manager kustomization

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-16 15:57:08 +01:00
parent c9624c75ee
commit 25a23475ad
2 changed files with 3 additions and 2 deletions

View File

@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/edgelesssys/constellation/node-operator
newTag: v2.3.0
newTag: v0.0.0

View File

@ -16,7 +16,8 @@
],
"prConcurrentLimit": 4,
"ignorePaths": [
"cli/internal/helm/charts/cilium/**"
"cli/internal/helm/charts/cilium/**",
"operators/constellation-node-operator/config/manager/kustomization.yaml"
],
"ignoreDeps": [
"github.com/edgelesssys/constellation/v2"