From bcc59e54cd9e657f660fe29b710a565ea346c7a7 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Mon, 2 May 2022 17:34:18 +0200 Subject: [PATCH] Prevent major updates of Mocha through Dependabot (#8207) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cf199562..03dde5c14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: update-types: ["version-update:semver-major"] - dependency-name: sinon update-types: ["version-update:semver-major"] + - dependency-name: mocha + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" directory: "/" open-pull-requests-limit: 999