From ca246a1805e61b47c2c4f34621ea988e491016a8 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:46:18 +0200 Subject: [PATCH] chore: ignore docker/actions-toolkit deps with dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0adf2da..19cdeaa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,11 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # ignore this dependency + # it seems a bug with dependabot as pining to commit sha should not + # trigger a new version similar to https://github.com/docker/buildx/pull/2222#issuecomment-1919092153 + - dependency-name: "docker/actions-toolkit" labels: - "dependencies" - "bot"