Configure Renovate #31

Merged
mrtz-j merged 5 commits from renovate/configure into main 2025-09-23 20:43:37 +00:00
Showing only changes of commit 5a849851c9 - Show all commits
+3 -3
View File
@@ -2,7 +2,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
":dependencyDashboard" ":dependencyDashboard",
"group:allNonMajor:", "group:allNonMajor:",
"schedule:weekly" "schedule:weekly"
], ],
@@ -13,12 +13,12 @@
] ]
}, },
"ignorePaths": [ "ignorePaths": [
"attic/" "attic/",
"bootstrap/" "bootstrap/"
], ],
"helmfile": { "helmfile": {
"managerFilePatterns": [ "managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/", "/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
] ]
}, },
} }