Skip to content

Commit

Permalink
chore: enable Dependabot for security updates only
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 13, 2023
1 parent ee66736 commit a3b3e9c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: npm
versioning-strategy: lockfile-only
directory: /
schedule:
interval: daily
labels:
- auto-approve
- automerge
- dependencies
- security
# Disable version updates for npm dependencies, only use Dependabot for security updates
open-pull-requests-limit: 0
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
labels:
- auto-approve
- automerge
- dependencies
# only update hashicorp actions, external actions managed by tsccr
allow:
- dependency-name: hashicorp/*

0 comments on commit a3b3e9c

Please sign in to comment.