Added GHA dependabot config for managing hashicorp actions (#194)

* Added GHA dependabot config for managing hashicorp actions

* Update dependabot.yml
This commit is contained in:
Austin Valle 2024-01-31 14:38:34 -05:00 committed by GitHub
parent e577c4db19
commit 68d9359571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,3 +6,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# TODO: Dependabot only updates hashicorp GHAs in the template repository, the following lines can be removed for consumers of this template
allow:
- dependency-name: "hashicorp/*"