Skip to content

Commit

Permalink
chore: Add Dependabot configuration for npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed May 5, 2024
1 parent 4b83116 commit c810b43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit c810b43

Please sign in to comment.