Skip to content

Commit

Permalink
chore: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 7, 2023
1 parent a0005f8 commit f190222
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,15 @@ updates:
- dependencies
- security
# Disable version updates for npm dependencies, only use Dependabot for security updates
open-pull-requests-limit: 0
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"
- "auto-approve"
# only update hashicorp actions, external actions managed by tsccr
allow:
- dependency-name: "hashicorp/*"

0 comments on commit f190222

Please sign in to comment.