stale/.github/dependabot.yml

15 lines
374 B
YAML
Raw Permalink 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 once a week (Monday)
2020-07-20 19:49:47 +08:00
schedule:
interval: 'weekly'
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:
2022-06-14 03:47:14 +08:00
interval: 'weekly'