Skip to content

Commit

Permalink
Disable Dependabot for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jun 18, 2024
1 parent 9713343 commit 1898d5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "npm"
versioning-strategy: "widen"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# - package-ecosystem: "npm"
# versioning-strategy: "widen"
# directory: "/"
# schedule:
# interval: "weekly"
# ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

0 comments on commit 1898d5d

Please sign in to comment.