Skip to content

Commit

Permalink
chore: run renovate hourly and on push
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Jul 10, 2024
1 parent fac862d commit a7d24c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Renovate
on:
schedule:
- cron: "0/15 * * * *"
- cron: "0 * * * *"
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit a7d24c5

Please sign in to comment.