Skip to content

Commit 950148e

Browse files
authored
Added GHA dependabot config for managing hashicorp actions (#374)
1 parent 8aaa80a commit 950148e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ updates:
1111
directory: "/tools"
1212
schedule:
1313
interval: "daily"
14+
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "daily"
19+
allow:
20+
- dependency-name: "hashicorp/*"

0 commit comments

Comments
 (0)