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"