Skip to content

Commit

Permalink
ci: add dependabot config (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Oct 18, 2024
1 parent 5e5fac9 commit 8921a7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm" # Specify npm as the package manager
directory: "/"
schedule:
interval: "weekly" # Set the update schedule to weekly
commit-message:
prefix: "chore(deps)"
versioning-strategy: "increase" # This limits updates to patch and minor versions
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"] # Ignore major updates

0 comments on commit 8921a7c

Please sign in to comment.