From 7c295daedc9dcac96fd23262d5aebd7236d2869b Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 17 Oct 2025 19:39:32 +0200 Subject: [PATCH] chore: run renovate each day of the first week of the month --- .drone.yml | 1 - renovate.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 286f2d8..e720275 100644 --- a/.drone.yml +++ b/.drone.yml @@ -107,7 +107,6 @@ name: renovate trigger: event: - - push - cron - custom branch: diff --git a/renovate.json b/renovate.json index cc18df2..f134b7b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "schedule": ["* * * * *"], + "schedule": ["* * 1-7 * *"], "packageRules": [ { "groupName": "Mix dependencies",