Skip to content

Commit ea9209c

Browse files
committed
Ignore specific version of LibGit2Sharp in Dependabot
This change adds an ignore rule for version 0.31.0 of the LibGit2Sharp dependency in the Dependabot configuration file.
1 parent 0f5948c commit ea9209c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ updates:
3232
- "/new-cli"
3333
- "/src"
3434
- "/"
35+
ignore:
36+
- dependency-name: "LibGit2Sharp"
37+
versions:
38+
- "0.31.0"
3539
schedule:
3640
interval: daily
3741
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)