From 8cd79a2f73be3dc15a43a0737ab5c0222d5504bf Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 31 Oct 2023 19:31:04 +0000 Subject: [PATCH] build(dependabot): ignore tap major updates --- .github/dependabot.yml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfa7fa6..b9293cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,6 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + ignore: + - dependency-name: tap + update-types: ["version-update:semver-major"] \ No newline at end of file diff --git a/package.json b/package.json index 8748966..b9ffb40 100644 --- a/package.json +++ b/package.json @@ -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" },