chore: update dependabot.yml (#262)

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

View File

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