Skip to content

Commit

Permalink
chore: add pattern to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Jun 13, 2024
1 parent 0a1bcac commit 5e02a35
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
interval: daily
versioning-strategy: increase # Update package.json too
open-pull-requests-limit: 3
groups:
patterns:
update-types:
- "minor"
- "patch"

0 comments on commit 5e02a35

Please sign in to comment.