From bfde9c6866849e4ceeafb63900ef7ff2b836f0b2 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 26 Mar 2024 09:37:19 +0100 Subject: [PATCH] Add prio for renovate self updates --- renovate.json | 5 +++-- 1 file 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 ",