Update Dependabot config (#13939)

* Delete config.yml

* Create dependabot.yml
This commit is contained in:
Shlee 2020-06-05 21:24:01 +08:00 committed by GitHub
parent bf6745b9c3
commit a415f44fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 28 deletions

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
allow:
- dependency-type: all
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
allow:
- dependency-type: all