From 5077463aa01bc2be7dfdcb93428cf09e111493ff Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 7 Jan 2025 13:57:21 -0500 Subject: [PATCH] chore: Only use dependabot for internal action updates (#5414) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c6b33de1a..b2dbcfe120 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,6 @@ updates: schedule: # Check for updates to GitHub Actions every weekday interval: "daily" + allow: + # Allow updates for internal actions + - dependency-name: "hashicorp/*"