Skip to content

Commit

Permalink
Reduce frequency of dependency update [SAME VERSION] (#236)
Browse files Browse the repository at this point in the history
* Reduce frequency of dependency update

Our dependencies update on a daily basis ... not sure it makes sense for us to update our version each time someone else's do.  I chose a monthly cadence because it would, at most, cause us to update our version 12x per year, which doesn't seem too bad.

* Update auto-update-dependencies.yml

* update code owners
  • Loading branch information
bfjelds authored Feb 8, 2021
1 parent 7181bd3 commit 55daf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax

* @bfjelds @kate-goldenring @jiria @britel
* @bfjelds @kate-goldenring @jiria @britel @romoh
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependencies autoupdate

on:
schedule:
- cron: '0 0 * * *' # run daily at 12:00 am
- cron: '0 0 1 * *' # run on first day of each month at 12:00 am UTC time

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 55daf10

Please sign in to comment.