adapt renovate to new dir structure

This commit is contained in:
Tobias Brunner 2023-12-30 22:54:15 +01:00
parent 9ebb56c49e
commit 2cb9a8aea6
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -9,16 +9,12 @@
], ],
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"^apps/.*\\.yaml$", "^apps/.*\\.yaml$"
"^system/.*\\.yaml$"
],
"ignorePaths": [
"monitoring/**"
] ]
}, },
"argocd": { "argocd": {
"fileMatch": [ "fileMatch": [
"system/apps/.+\\.yaml$" "argoapps/.+\\.yaml$"
] ]
}, },
"packageRules": [ "packageRules": [