diff options
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json index 028bb7a31a..03b164a5da 100644 --- a/renovate.json +++ b/renovate.json @@ -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>", |