chore: ignore docker/docs deps with dependabot

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-01-31 14:23:34 +01:00
parent 2c3d7dab3f
commit cff7baff1c
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -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"