build: add GitHub Actions to Dependabot for real this time
This commit is contained in:
Родитель
765e8f2554
Коммит
01d2d3935a
|
@ -4,8 +4,13 @@ updates:
|
|||
- package-ecosystem: "npm"
|
||||
# Look for `package.json` and `lock` files in the `root` directory
|
||||
directory: "/"
|
||||
# Check the npm registry for updates every day (weekdays)
|
||||
# Check the npm registry for updates every weekday
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: aws-sdk
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every weekday
|
||||
interval: "daily"
|
||||
|
|
Загрузка…
Ссылка в новой задаче