Skip to content

Commit

Permalink
Add dependabot config for v4 (#30008)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 13, 2020
1 parent 341ad62 commit 04b8219
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "monthly"
target_branch: "v4-dev"
default_reviewers:
- "XhmikosR"
default_labels:
- "dependencies"
- "v4"
version_requirement_updates: "increase_versions"
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "monthly"
target_branch: "v4-dev"
default_reviewers:
- "XhmikosR"
default_labels:
- "dependencies"
- "v4"
version_requirement_updates: "increase_versions"

0 comments on commit 04b8219

Please sign in to comment.