We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c874d commit 27a4b44Copy full SHA for 27a4b44
.github/dependabot.yml
@@ -14,6 +14,10 @@ updates:
14
versioning-strategy: "increase"
15
allow:
16
- 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"
21
labels:
22
- "dependencies"
23
- "bot"
0 commit comments