stale/.github/dependabot.yml

15 lines
376 B
YAML
Raw Normal View History

2020-07-20 19:49:47 +08:00
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)
schedule:
interval: 'daily'
2022-05-11 18:36:54 +08:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"