From ad3417ed8dcbfe9df4c06625cee44286102b33db Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 11 Jun 2025 14:38:07 +0200 Subject: [PATCH] chore(deps): do not update services as often --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 27092980a..ef929d1ed 100644 --- a/renovate.json +++ b/renovate.json @@ -62,7 +62,8 @@ }, { "matchCategories": [ - "github-actions" + "github-actions", + "service" ], "extends": [ "schedule:weekly"