From cff7baff1c97b50a3768d2ba9b5430a4794f66fc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:23:34 +0100 Subject: [PATCH] chore: ignore docker/docs deps with dependabot Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d77e584..0bdcd51a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,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: https://github.com/docker/buildx/pull/2222#issuecomment-1919092153 + - dependency-name: "docker/docs" labels: - "dependencies" - "bot"