Skip to content

Commit

Permalink
ci(Renovate): update config and schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel authored Jul 23, 2024
1 parent cf24801 commit 5a52522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 6 * * 2" # Two runs on Tuesday for Renovate to create or rebase branches and create, rebase or merge PRs
- cron: "0,30 6 * * *" # Two runs on Tuesday 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
16 changes: 8 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"groupName": "Patch Tuesday",
"groupSlug": "patch-tuesday",
"matchPackagePatterns": ["*"],
"excludePackageNames": [
"@biomejs/biome",
"postgres"
],
"matchUpdateTypes": [
"minor",
"patch",
Expand All @@ -23,14 +27,10 @@
"automergeStrategy": "squash",
"prHourlyLimit": 10,
"prConcurrentLimit": 5,
"branchConcurrentLimit": 5
},
{
"matchPackageNames": [
"@biomejs/biome",
"postgres"
],
"automerge": false
"branchConcurrentLimit": 5,
"schedule": [
"before 7am on Tuesday"
]
}
],
"configMigration": true,
Expand Down

0 comments on commit 5a52522

Please sign in to comment.