Skip to content

Commit 27a4b44

Browse files
committed
chore: ignore azure/storage-blob updates
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 75c874d commit 27a4b44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ updates:
1414
versioning-strategy: "increase"
1515
allow:
1616
- dependency-type: "production"
17+
ignore:
18+
- # we want to match the same version as the one used by @actions/artifact
19+
# https://github.com/actions/toolkit/blob/ae38557bb0dba824cdda26ce787bd6b66cf07a83/packages/artifact/package.json#L46
20+
dependency-name: "@azure/storage-blob"
1721
labels:
1822
- "dependencies"
1923
- "bot"

0 commit comments

Comments
 (0)