Skip to content

Commit

Permalink
Reduce Renovate frequency to once-per-hour (#204)
Browse files Browse the repository at this point in the history
The Renovate bot now runs once per hour rather than once every 15
minutes. I found that whenever I'm actively working, I prefer to
trigger runs myself, so the 15 minute frequency was getting in my way
too often. Every hour is more than often enough.
  • Loading branch information
Gudahtt committed Mar 18, 2024
1 parent ad086f7 commit af521fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Renovate
on:
schedule:
- cron: '0/15 * * * *'
- cron: '0 * * * *'
workflow_dispatch:
jobs:
renovate:
Expand Down

0 comments on commit af521fd

Please sign in to comment.