Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-06-16 08:23:37 +00:00 committed by Benjamin Staneck
parent c83cae66a7
commit f7bd033818

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

@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: '11:00'
open-pull-requests-limit: 10
target-branch: canary
ignore:
- dependency-name: "@types/node"
versions:
- ">= 13.a, < 14"
- dependency-name: "@types/node"
versions:
- ">= 14.a, < 15"
- package-ecosystem: npm
directory: "/app"
schedule:
interval: weekly
time: '11:00'
open-pull-requests-limit: 10
target-branch: canary