mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
Merge pull request 'chore(renovate): fix renovate grouping' (#4700) from viceice/renovate into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4700 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
2285526e93
|
@ -96,8 +96,7 @@
|
|||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"automerge": true,
|
||||
"groupName": "renovate"
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
||||
"matchPackageNames": ["ghcr.io/visualon/renovate"],
|
||||
"extends": ["schedule:weekly"],
|
||||
"prPriority": 10
|
||||
"prPriority": 10,
|
||||
"groupName": "renovate"
|
||||
},
|
||||
{
|
||||
"description": "Update go patch with higher prio to come through rate limit",
|
||||
|
|
Loading…
Reference in a new issue