Skip to content

Commit

Permalink
Added GHA dependabot config for managing hashicorp actions
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 31, 2024
1 parent f704a32 commit 9b0b3c4
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 @@ -8,3 +8,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 9b0b3c4

Please sign in to comment.