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: '/'
|
2022-06-14 03:17:54 +08:00
|
|
|
# Check the npm registry for updates once a week (Monday)
|
2020-07-20 19:49:47 +08:00
|
|
|
schedule:
|
2022-06-14 03:17:54 +08:00
|
|
|
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'
|