2020-07-20 07:49:47 -04: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-13 12:17:54 -07:00
|
|
|
# Check the npm registry for updates once a week (Monday)
|
2020-07-20 07:49:47 -04:00
|
|
|
schedule:
|
2022-06-13 12:17:54 -07:00
|
|
|
interval: 'weekly'
|
2022-05-11 12:38:17 +02:00
|
|
|
|
2022-05-11 13:00:09 +02:00
|
|
|
- package-ecosystem: 'github-actions'
|
|
|
|
directory: '/'
|
2022-05-11 12:36:54 +02:00
|
|
|
schedule:
|
2022-06-13 21:47:14 +02:00
|
|
|
interval: 'weekly'
|