Skip to content

Commit

Permalink
fix(renovate): only run once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Jul 22, 2018
1 parent 6f9d617 commit 9108d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ workflows:
- renovate
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 1"
filters:
branches:
only:
Expand Down

0 comments on commit 9108d67

Please sign in to comment.