mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
Add prio for renovate self updates
This commit is contained in:
parent
c60600a689
commit
bfde9c6866
|
@ -39,10 +39,11 @@
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Update renovate only daily",
|
"description": "Update renovate only daily with higher prio to come through rate limit",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
||||||
"extends": ["schedule:daily"]
|
"extends": ["schedule:daily"],
|
||||||
|
"prPriority": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
|
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
|
||||||
|
|
Loading…
Reference in a new issue