Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Oct 1, 2024
1 parent e20e53c commit d62bd25
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm" # or "gradle", "maven", etc.
directory: "/" # location of your package file
schedule:
interval: "daily"
commit-message:
prefix: "chore"
open-pull-requests-limit: 10
versioning-strategy: increase
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "example-package"
labels:
- "dependencies"
- "security"
assignees:
- "your-github-username"
reviewers:
- "reviewer-github-username"
auto-merge: true

0 comments on commit d62bd25

Please sign in to comment.