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"