Add prio for renovate self updates

This commit is contained in:
Michael Kriese 2024-03-26 09:37:19 +01:00
parent c60600a689
commit bfde9c6866
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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>",