Skip to content

Commit

Permalink
build: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-o committed Jul 4, 2019
1 parent fc9add3 commit 0b1452a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,16 @@
# Dependabot configuration file
# Configures when automatic dependency PRs are created
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "weekly"

default_reviewers:
- "theo-o"
default_labels:
- "dependencies"
target_branch: "dev"
allowed_updates:
- match:
update_type: "security"
1 change: 1 addition & 0 deletions Ion.egg-info/SOURCES.txt
Expand Up @@ -15,6 +15,7 @@ fabfile.py
manage.py
requirements.txt
setup.py
.dependabot/config.yml
.github/CODEOWNERS
Ion.egg-info/PKG-INFO
Ion.egg-info/SOURCES.txt
Expand Down

0 comments on commit 0b1452a

Please sign in to comment.