toolchain/.github/dependabot.yml
Ewout ter Hoeven 8a37e5782c
CI: Add Dependabot configuration
Will check weekly the npm dependencies and open PRs to update them
2020-11-29 11:33:50 +01:00

8 lines
126 B
YAML

version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10