Skip to content

Commit

Permalink
Dependabot update (#71)
Browse files Browse the repository at this point in the history
* dependabot-update

Why these changes are being introduced:
* Setting dependabot pip updates to weekly to reduce volume of PR emails

How this addresses that need:
* Update dependabot.yml to set pip updates to weekly

Side effects of this change:
* None

Relevant ticket(s):
* NA

* Update Pipfile.lock

* Update Pipfile.lock
  • Loading branch information
ehanson8 authored May 5, 2023
1 parent af1d160 commit f5b31a8
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
reviewers:
- "MITLibraries/dataeng"

Expand Down
138 changes: 65 additions & 73 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5b31a8

Please sign in to comment.