stale/.github/dependabot.yml

15 lines
375 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:38:17 +08:00
2022-05-11 19:00:09 +08:00
- package-ecosystem: 'github-actions'
directory: '/'
2022-05-11 18:36:54 +08:00
schedule:
interval: 'weekly