Merge branch 'renovate/configure' into 'main'

Configure Renovate

See merge request oceanbox/manifests!17
This commit was merged in pull request #31.
This commit is contained in:
2025-09-23 22:43:36 +02:00
+24
View File
@@ -0,0 +1,24 @@
// -*- mode: jsonc -*-
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
"group:allNonMajor:",
"schedule:weekly"
],
"semanticCommits": "disabled",
"lockFileMaintenance": {
"extends": [
"group:allNonMajor"
]
},
"ignorePaths": [
"attic/",
"bootstrap/"
],
"helmfile": {
"managerFilePatterns": [
"/helmfile.d/(^|/)\\.ya?ml(?:\\.gotmpl)?$/"
]
}
}