Merge pull request #84 from mike182uk/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
This commit is contained in:
Michael Barrett 2021-04-30 16:12:40 +01:00 committed by GitHub
commit 01ae34e179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: mocha
versions:
- 8.2.1
- 8.3.0
- 8.3.1