validate-yaml/.github/dependabot.yml

10 lines
275 B
YAML
Raw Normal View History

2021-10-01 00:58:11 -04:00
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
2021-10-01 00:58:11 -04:00
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
2021-10-01 00:58:11 -04:00
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"