Skip to content

Commit

Permalink
Added GHA dependabot config for managing hashicorp actions (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 31, 2024
1 parent b7c8ee7 commit 3e7e2e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ updates:
directory: "/tools"
schedule:
interval: "daily"
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "hashicorp/*"

0 comments on commit 3e7e2e0

Please sign in to comment.