Skip to content

Commit e98084b

Browse files
authored
Merge pull request #115 from crazy-max/fix-dependabot
chore: ignore docker/actions-toolkit deps with dependabot
2 parents 4acbcb8 + ca246a1 commit e98084b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
# ignore this dependency
9+
# it seems a bug with dependabot as pining to commit sha should not
10+
# trigger a new version similar to https://github.com/docker/buildx/pull/2222#issuecomment-1919092153
11+
- dependency-name: "docker/actions-toolkit"
712
labels:
813
- "dependencies"
914
- "bot"

0 commit comments

Comments
 (0)