diff --git a/renovate.json b/renovate.json index 5635580..7860440 100644 --- a/renovate.json +++ b/renovate.json @@ -3,11 +3,14 @@ "extends": [ "config:recommended" ], - "excludeCommitPaths": [".github/**"], + "excludeCommitPaths": [".github/workflows/*.yaml"], "assignees": ["coutug"], "flux": { "fileMatch": ["app/*.yaml"] }, + "helm-values": { + "fileMatch": ["app/*.yaml"] + }, "customManagers": [ { "customType": "regex",