fix: Move archmeister to attic

This commit is contained in:
2026-02-09 13:10:15 +01:00
parent 01b154ba8b
commit e71f983a0b
15 changed files with 1 additions and 1 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"$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
}