Consolidate non-major dependency updates into larger batches (#160)

Configuring Renovate to work like it does on our other repos, where we get one big PR for all non-major updates every once in a while.
This commit is contained in:
Robin
2026-03-09 21:50:57 +01:00
committed by GitHub
parent fa226031ac
commit 6b496a013b

View File

@@ -19,7 +19,13 @@
"groupName": "GitHub Actions",
"matchDepTypes": ["action"],
"pinDigests": true
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"]
}
],
"semanticCommits": "disabled",
"minimumReleaseAge": "5 days"
}