Skip to content

Commit

Permalink
chore(renovate): update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Apr 30, 2024
1 parent 6debc63 commit a5618f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Renovate
on:
schedule:
- cron: "30 2 * * 1" # Every Monday at 2:30 AM UTC
- cron: "0 3 * * 1" # Every Monday at 3:00 AM UTC (wait for workflows in Pull Requests to finish)
- cron: "30 3 * * 1" # Every Monday at 3:00 AM UTC (wait for workflows in Pull Requests to finish)
workflow_dispatch: # Manually run the workflow
push: # Run the workflow on changes to the configuration
branches:
Expand Down
2 changes: 0 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"digest"
],
"automerge": true,
"timezone": "Europe/Berlin",
"prCreation": "not-pending",
"minimumReleaseAge": "7 days",
"internalChecksFilter": "strict",
"platformAutomerge": false,
Expand Down

0 comments on commit a5618f3

Please sign in to comment.