From 68d93595717180fafc406e1ddb46e7ba0d41f55f Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Wed, 31 Jan 2024 14:38:34 -0500 Subject: [PATCH] Added GHA dependabot config for managing hashicorp actions (#194) * Added GHA dependabot config for managing hashicorp actions * Update dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af374dd..73bb4d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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/*"