fix(renovate): Don't seperate minor/major

This commit is contained in:
Moritz Jörg
2025-09-23 23:02:35 +02:00
parent ad3d8f5ab2
commit 1721f0cc9a
+3 -8
View File
@@ -2,16 +2,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
":dependencyDashboard", "schedule:weekly",
"group:allNonMajor:", ":maintainLockFilesWeekly"
"schedule:weekly"
], ],
"dependencyDashboard": true,
"semanticCommits": "disabled", "semanticCommits": "disabled",
"lockFileMaintenance": {
"extends": [
"group:allNonMajor"
]
},
"ignorePaths": [ "ignorePaths": [
"attic/", "attic/",
"bootstrap/" "bootstrap/"