From 27a4b44e2c9b8e33575600c5d25d020292b7797e Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 14 May 2024 11:11:29 +0200 Subject: [PATCH] chore: ignore azure/storage-blob updates Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98596e5f..0dc261b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,10 @@ updates: versioning-strategy: "increase" allow: - dependency-type: "production" + ignore: + - # we want to match the same version as the one used by @actions/artifact + # https://github.com/actions/toolkit/blob/ae38557bb0dba824cdda26ce787bd6b66cf07a83/packages/artifact/package.json#L46 + dependency-name: "@azure/storage-blob" labels: - "dependencies" - "bot"