diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eed0ba658..09ce6c9a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,10 @@ updates: schedule: interval: "daily" labels: ["dependencies"] + # Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr) + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + allow: + - dependency-name: "hashicorp/*"