From b3a837c64c8c31233db89f68708197c449b2f37c Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 6 Jun 2024 08:56:24 +0200 Subject: [PATCH] chore(renovate): schedule renovate updates weekly --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ea61e4411b..1618f7faee 100644 --- a/renovate.json +++ b/renovate.json @@ -97,11 +97,17 @@ "description": "Update renovate with higher prio to come through rate limit", "matchDatasources": ["docker"], "matchDepNames": ["ghcr.io/visualon/renovate"], + "extends": ["schedule:weekly"], "prPriority": 10 }, { "description": "Update go patch with higher prio to come through rate limit", - "matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"], + "matchDepNames": [ + "go", + "golang", + "docker.io/golang", + "docker.io/library/golang" + ], "matchUpdateTypes": ["patch"], "prPriority": 10, "schedule": ["at any time"]