Browse Source

Add Dependabot config (#10876)

master^2
Yamagishi Kazutoshi 5 years ago
committed by Eugen Rochko
parent
commit
1e5d214d19
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .dependabot/config.yml

+ 10
- 0
.dependabot/config.yml View File

@@ -0,0 +1,10 @@
version: 1

update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "live"

- package_manager: "javascript"
directory: "/"
update_schedule: "live"

Loading…
Cancel
Save