Update renovate

This commit is contained in:
Christian Treffs 2025-03-07 18:19:19 +01:00
parent 58377bcfbc
commit e70179b362
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,19 @@
"prCreation": "not-pending",
"packageRules": [
{
"groupName": "all dependencies",
"groupName": "Swift non-major dependencies",
"matchManagers": ["swift"],
"matchUpdateTypes": ["minor", "patch"],
"labels": ["swift"]
},
{
"groupName": "CI non-major dependencies",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"labels": ["ci"]
},
{
"groupName": "Other non-major dependencies",
"matchUpdateTypes": ["minor", "patch"]
}
],