{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", "docker:enableMajor", "replacements:k8s-registry-move", ":semanticCommits", ":disableRateLimiting", ":skipStatusChecks", ":timezone(Europe/London)" ], "dependencyDashboardTitle": "Renovate Dashboard 🤖", "ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"], "flux": { "fileMatch": ["\\.yaml$"] }, "helm-values": { "fileMatch": ["\\.yaml$"] }, "kubernetes": { "fileMatch": ["\\.yaml$"] } }