fix: Only works in root

This commit is contained in:
2026-02-09 13:34:42 +01:00
parent e71f983a0b
commit 6f60b8c110
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"dependencyDashboard": true,
"semanticCommits": "disabled",
"ignorePaths": [
"**/bootstrap/**"
],
"helmfile": {
"managerFilePatterns": [
"/helmfile\\.d/.*\\.(yaml|gotmpl)$/"
]
},
"separateMajorMinor": true
}