mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
chore(renovate): fix renovate grouping
This commit is contained in:
parent
904925ee4d
commit
bc259542b5
1 changed files with 4 additions and 4 deletions
|
@ -96,8 +96,7 @@
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"groupName": "renovate"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "x/tools/* are used in the CI only and upgraded together",
|
"description": "x/tools/* are used in the CI only and upgraded together",
|
||||||
|
@ -131,9 +130,10 @@
|
||||||
{
|
{
|
||||||
"description": "Update renovate with higher prio to come through rate limit",
|
"description": "Update renovate with higher prio to come through rate limit",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
||||||
"extends": ["schedule:weekly"],
|
"extends": ["schedule:weekly"],
|
||||||
"prPriority": 10
|
"prPriority": 10,
|
||||||
|
"groupName": "renovate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Update go patch with higher prio to come through rate limit",
|
"description": "Update go patch with higher prio to come through rate limit",
|
||||||
|
|
Loading…
Reference in a new issue