fix: Add dashboard and ignore attic/boostrap

This commit is contained in:
Moritz Jörg
2025-09-23 22:24:42 +02:00
parent b5e7469d48
commit 283c66797b
+8 -2
View File
@@ -1,13 +1,19 @@
// -*- mode: jsonc -*-
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitsDisabled",
":dependencyDashboard"
"group:allNonMajor:",
"schedule:weekly"
],
"semanticCommits": "disabled",
"lockFileMaintenance": {
"extends": [
"group:allNonMajor"
]
}
},
"ignorePaths": [
"attic/"
"bootstrap/"
],
}