Austin Valle 68d9359571
Added GHA dependabot config for managing hashicorp actions (#194)
* Added GHA dependabot config for managing hashicorp actions

* Update dependabot.yml
2024-01-31 14:38:34 -05:00

16 lines
622 B
YAML

# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
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/*"