mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 03:16:09 +08:00
chore: ignore azure/storage-blob updates
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
75c874dd62
commit
27a4b44e2c
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -14,6 +14,10 @@ updates:
|
|||||||
versioning-strategy: "increase"
|
versioning-strategy: "increase"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: "production"
|
- dependency-type: "production"
|
||||||
|
ignore:
|
||||||
|
- # we want to match the same version as the one used by @actions/artifact
|
||||||
|
# https://github.com/actions/toolkit/blob/ae38557bb0dba824cdda26ce787bd6b66cf07a83/packages/artifact/package.json#L46
|
||||||
|
dependency-name: "@azure/storage-blob"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- "bot"
|
- "bot"
|
||||||
|
Loading…
Reference in New Issue
Block a user