Skip to content

Commit

Permalink
chore: add configuration for dependabot (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Aug 18, 2023
1 parent a716170 commit 44fe11b
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"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 10
assignees:
- "idaho"
reviewers:
- "idaho"
commit-message:
prefix: "fix"
prefix-development: "chore"
labels:
- "npm"
- "dependencies"
pull-request-branch-name:
separator: "-"
rebase-strategy: "disabled"
versioning-strategy: increase

0 comments on commit 44fe11b

Please sign in to comment.