diff --git a/renovate.json b/renovate.json index 22a9943..468f468 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": [ + "config:recommended", + "docker:enableMajor", + "replacements:k8s-registry-move", + ":semanticCommits", + ":timezone(Europe/London)" + ], + "dependencyDashboardTitle": "Renovate Dashboard 🤖", + "ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"], + "flux": { + "fileMatch": ["\\.yaml$"] + }, + "helm-values": { + "fileMatch": ["\\.yaml$"] + }, + "kubernetes": { + "fileMatch": ["\\.yaml$"] + } }