chore: ignore docker/actions-toolkit deps with dependabot

This commit is contained in:
CrazyMax 2024-10-08 13:46:18 +02:00
parent 4acbcb8479
commit ca246a1805
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

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