Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jul 9, 2019
1 parent ab72eae commit 4a322e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,20 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
default_labels:
- "dependencies"
commit_message:
prefix: "fix"
prefix_development: "chore"
include_scope: true
- package_manager: "python"
directory: "/docs/"
update_schedule: "weekly"
default_labels:
- "dependencies"
commit_message:
prefix: "fix"
prefix_development: "chore"
include_scope: true

0 comments on commit 4a322e6

Please sign in to comment.