Update renovate.json

This commit is contained in:
Christian Treffs 2025-03-07 18:41:56 +01:00
parent 713d0fa3b3
commit 240688a4e2
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 15 additions and 4 deletions

View File

@ -1,7 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended",
":combinePatchMinorReleases",
":rebaseStalePrs",
":renovatePrefix",
"customManagers:githubActionsVersions"
], ],
"prConcurrentLimit": 3, "prConcurrentLimit": 3,
"prHourlyLimit": 1, "prHourlyLimit": 1,
@ -35,14 +39,21 @@
] ]
}, },
{ {
"groupName": "Other non-major dependencies", "groupName": "Mint non-major dependencies",
"matchManagers": [
"mint"
],
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"
],
"labels": [
"mint"
] ]
} }
], ],
"labels": [ "labels": [
"dependencies" "dependencies",
"renovate"
] ]
} }