Skip to content

Commit

Permalink
build(dependabot): ignore tap major updates (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 2, 2023
1 parent f75b201 commit 702d440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: tap
update-types: ["version-update:semver-major"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cors": "^2.8.5",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tap": "16.3.9",
"tsd": "^0.29.0",
"typescript": "^5.0.2"
},
Expand Down

0 comments on commit 702d440

Please sign in to comment.