Skip to content

Commit

Permalink
chore(renovate): update limits
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 1, 2024
1 parent 84521d6 commit 51b4cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"internalChecksFilter": "strict",
"platformAutomerge": false,
"automergeStrategy": "squash",
"prHourlyLimit": 5,
"prHourlyLimit": 10,
"prConcurrentLimit": 5,
"branchConcurrentLimit": 5
},
Expand Down

0 comments on commit 51b4cca

Please sign in to comment.