diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ebdb5118..7888e1c3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: - - cron: "0,30 3,4,5 * * *" # Every day six chances for Renovate to create or rebase branches and create, rebase or merge PRs + - cron: "0,30 3,4 * * *" # Every day four chances for Renovate to create or rebase branches and create, rebase or merge PRs workflow_dispatch: # Manually run the workflow push: # Run the workflow on changes to the configuration branches: diff --git a/renovate.json b/renovate.json index 96358552..5c0acfef 100644 --- a/renovate.json +++ b/renovate.json @@ -18,7 +18,7 @@ "internalChecksFilter": "strict", "platformAutomerge": false, "automergeStrategy": "squash", - "prHourlyLimit": 5, + "prHourlyLimit": 10, "prConcurrentLimit": 5, "branchConcurrentLimit": 5 },