Skip to content

Commit 3e7e2e0

Browse files
authored
Added GHA dependabot config for managing hashicorp actions (#1308)
1 parent b7c8ee7 commit 3e7e2e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ updates:
1414
directory: "/tools"
1515
schedule:
1616
interval: "daily"
17+
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
allow:
23+
- dependency-name: "hashicorp/*"

0 commit comments

Comments
 (0)