Skip to content

Commit

Permalink
fix: npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Nov 27, 2024
1 parent 821bc96 commit 9cc7700
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "main"
versioning-strategy: "auto"
allow:
- dependency-type: "all"
ignore:
- dependency-type: "dev"
update-types: ["version-update:semver-major"]
labels:
- "dependencies"
- "npm"
commit-message:
prefix: "chore"
include: "scope"
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cc7700

Please sign in to comment.