Merge pull request #2227 from crazy-max/fix-dependabot-conf

chore: ignore docker/docs deps with dependabot
This commit is contained in:
CrazyMax 2024-01-31 14:46:00 +01:00 committed by GitHub
commit e41ab8d10d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,11 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" 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: labels:
- "dependencies" - "dependencies"
- "bot" - "bot"