Update renovate.json (#90)

This commit is contained in:
Christian Treffs 2025-03-07 17:51:54 +01:00 committed by GitHub
parent bcee9db3de
commit 58377bcfbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 6 deletions

View File

@ -1,13 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"prConcurrentLimit": 3,
"prHourlyLimit": 1,
"recreateWhen": "auto",
"prCreation": "not-pending",
"packageRules": [
{
"description": "Accumulate non-major updates into one pull request",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": ">=1",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"groupName": "all dependencies",
"matchUpdateTypes": ["minor", "patch"]
}
]
],
"labels": ["dependencies"]
}