diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7852440..a541ac28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,10 @@ updates: directory: "/tools" schedule: interval: "daily" + # 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/*"