We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4acbcb8 + ca246a1 commit e98084bCopy full SHA for e98084b
.github/dependabot.yml
@@ -4,6 +4,11 @@ updates:
4
directory: "/"
5
schedule:
6
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"
12
labels:
13
- "dependencies"
14
- "bot"
0 commit comments