Skip to content

Commit

Permalink
chore: include npm in dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Sep 12, 2023
1 parent 4780bd4 commit 43f70b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]

0 comments on commit 43f70b7

Please sign in to comment.