Skip to content

Commit

Permalink
feat: dependabot to run monthly on weekends
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Dec 17, 2024
1 parent dc42e86 commit dace004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ updates:
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
interval: "monthly"
day: "saturday" # Runs the update on the first Saturday of the month
time: "08:00" # at 08:00 UTC
groups:
taquito:
patterns:
Expand Down

0 comments on commit dace004

Please sign in to comment.