summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-03-26 09:37:19 +0100
committerMichael Kriese <michael.kriese@visualon.de>2024-03-26 09:37:19 +0100
commitbfde9c6866849e4ceeafb63900ef7ff2b836f0b2 (patch)
tree7d12bfe45494cf8007035a9af02b4ca2a8a85acc /renovate.json
parentAdd more renovate groups (diff)
downloadforgejo-bfde9c6866849e4ceeafb63900ef7ff2b836f0b2.tar.xz
forgejo-bfde9c6866849e4ceeafb63900ef7ff2b836f0b2.zip
Add prio for renovate self updates
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json5
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>",