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",
"extends": [
":dependencyDashboard"
":dependencyDashboard",
"group:allNonMajor:",
"schedule:weekly"
],
@@ -13,12 +13,12 @@
]
},
"ignorePaths": [
"attic/"
"attic/",
"bootstrap/"
],
"helmfile": {
"managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/",
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
]
},
}