timestring/.github/dependabot.yml
2021-04-28 16:46:34 +00:00

16 lines
258 B
YAML

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