Skip to content

Commit

Permalink
Added some sanity to renovatebot's schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Dec 16, 2023
1 parent 3fe6f33 commit 6f2fb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:
default: latest
required: false
schedule:
- cron: "0 * * * *"
# Run every week on sunday and wednesday at 00:00 UTC
- cron: "0 0 * * 0,3"
push:
branches: ["main"]
paths:
Expand Down

0 comments on commit 6f2fb98

Please sign in to comment.