Skip to content

Commit

Permalink
Reenable Dependabot for internal GitHub actions (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed May 13, 2024
1 parent e06ccba commit a0f27a5
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 @@ -6,3 +6,10 @@ updates:
schedule:
interval: "daily"
labels: ["dependencies"]
# 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 a0f27a5

Please sign in to comment.