From aa98b9ba0d54c68a775788a8be3200493ee6237f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 14 May 2025 21:45:58 +0200 Subject: [PATCH] chore(renovate): update github actions only once a month --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index f09fa1d58..27092980a 100644 --- a/renovate.json +++ b/renovate.json @@ -59,6 +59,14 @@ "extends": [ "schedule:daily" ] + }, + { + "matchCategories": [ + "github-actions" + ], + "extends": [ + "schedule:weekly" + ] } ] }