From 8d948cacad3c276037bb744aa1f4c5381826cfea Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 29 Jun 2026 10:50:50 +0200 Subject: [PATCH] fix: reduce noise from github actions update --- renovate/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate/default.json b/renovate/default.json index b463b88..2fe004e 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -17,14 +17,14 @@ "matchUpdateTypes": ["minor", "patch", "pin", "digest"] }, { - "description": ["update actions weekly"], + "description": ["update actions monthly the 15th"], "matchManagers": ["github-actions"], - "schedule": ["on sunday"] + "schedule": ["* * 15 * *"] }, { - "description": ["update mise weekly"], + "description": ["update mise monthly the 15th"], "matchDepNames": ["jdx/mise"], - "schedule": ["on sunday"] + "schedule": ["* * 15 * *"] }, { "description": ["do not delay updates for our own packages"],