chore: update dependabot.yml (#106)

This commit is contained in:
Michaël De Boey 2021-10-13 14:01:47 +02:00 committed by GitHub
parent 3ef67e76ce
commit bc46010419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,11 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily