Skip to content

Commit

Permalink
ci: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Jan 4, 2025
1 parent e57576f commit 10ec5db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
day: 'saturday'
versioning-strategy: 'increase'
labels:
- 'dependencies'
open-pull-requests-limit: 5
pull-request-branch-name:
separator: '-'
commit-message:
# cause a release for non-dev-deps
prefix: fix(deps)
# no release for dev-deps
prefix-development: chore(dev-deps)

0 comments on commit 10ec5db

Please sign in to comment.