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",
"extends": [
":dependencyDashboard",
"group:allNonMajor:",
"schedule:weekly"
"schedule:weekly",
":maintainLockFilesWeekly"
],
"dependencyDashboard": true,
"semanticCommits": "disabled",
"lockFileMaintenance": {
"extends": [
"group:allNonMajor"
]
},
"ignorePaths": [
"attic/",
"bootstrap/"