Add job to dependabot to update github actions (#851)

* Add job to dependabot to update github actions
This commit is contained in:
Camila Macedo
2022-11-17 17:09:36 -05:00
committed by GitHub
parent 78bcafe489
commit 7a20aa1934
+12
View File
@@ -13,3 +13,15 @@ updates:
- "type::chore"
schedule:
interval: "weekly"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
labels:
- "dependencies"
- "github-actions"
- "type::chore"
schedule:
interval: "weekly"