We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0711fc commit 0185b95Copy full SHA for 0185b95
.github/dependabot.yml
@@ -8,3 +8,10 @@ updates:
8
directory: "/tools"
9
schedule:
10
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