Skip to content

Commit

Permalink
chore: Only use dependabot for internal action updates (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli authored Jan 9, 2025
1 parent c4989de commit ce487f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ updates:
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
allow:
# Allow updates for internal actions
- dependency-name: "hashicorp/*"

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
Expand Down

0 comments on commit ce487f4

Please sign in to comment.