Skip to content

Commit 0185b95

Browse files
authored
Added GHA dependabot config for managing hashicorp actions (#915)
1 parent c0711fc commit 0185b95

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
@@ -8,3 +8,10 @@ updates:
88
directory: "/tools"
99
schedule:
1010
interval: "daily"
11+
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
allow:
17+
- dependency-name: "hashicorp/*"

0 commit comments

Comments
 (0)