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
1 changed files with 3 additions and 2 deletions

View File

@ -39,10 +39,11 @@
"automerge": true
},
{
"description": "Update renovate only daily",
"description": "Update renovate only daily with higher prio to come through rate limit",
"matchDatasources": ["docker"],
"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>",