diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ef72e2e..989efdd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,6 +2,8 @@ name: Renovate on: workflow_dispatch: + schedule: + - cron: '0 2 * * 1' # Every Monday at 2am UTC permissions: contents: write diff --git a/renovate.json b/renovate.json index e238b1d..b000ac6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], + "schedule": ["before 9am on Monday"], "enabledManagers": ["mise", "custom.regex"], "customManagers": [ { @@ -39,13 +40,11 @@ "packageRules": [ { "matchManagers": ["custom.regex"], - "groupName": "Swift dependencies", - "schedule": ["at any time"] + "groupName": "Swift dependencies" }, { "matchManagers": ["mise"], - "groupName": "Dev tools", - "schedule": ["at any time"] + "groupName": "Dev tools" }, { "matchUpdateTypes": ["patch"],