Skip to content

Commit

Permalink
chore(sec): add dependabot configuration (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Oct 8, 2019
1 parent a5c8f53 commit a73b1c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Dependabot configuration for Live updates for dependencies
# https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "live"
default_reviewers:
- "fantix"
- "m0nhawk"
- "Avantol13"
default_labels:
- "dependencies"

0 comments on commit a73b1c1

Please sign in to comment.