fix: Only works in root
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user