Skip to content

Commit

Permalink
chore: ignore docker/actions-toolkit deps with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 8, 2024
1 parent 4acbcb8 commit ca246a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/docker/buildx/pull/2222#issuecomment-1919092153
- dependency-name: "docker/actions-toolkit"
labels:
- "dependencies"
- "bot"
Expand Down

0 comments on commit ca246a1

Please sign in to comment.