build: add GitHub Actions to Dependabot for real this time

This commit is contained in:
Mark Lee 2020-07-03 19:25:08 -07:00
Родитель 765e8f2554
Коммит 01d2d3935a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 82F864B9B8626D7C
1 изменённых файлов: 6 добавлений и 1 удалений

7
.github/dependabot.yml поставляемый
Просмотреть файл

@ -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"