Skip to content

Commit

Permalink
Revise dependabot config
Browse files Browse the repository at this point in the history
- migrate from old external dependabot (v1) to
  github-integrated (v2)

- adjust settings to allow all updates. The former config was copied
  from exodus-lambda, but we don't need to be as cautious here since
  the service is not publicly accessible - it should be fine to keep
  all dependencies up-to-date.
  • Loading branch information
rohanpm committed Sep 8, 2020
1 parent 7c2c302 commit 9f2db6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .dependabot/config.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all

0 comments on commit 9f2db6c

Please sign in to comment.