Skip to content

Commit fb71e8a

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 fb71e8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ updates:
3232
- "/new-cli"
3333
- "/src"
3434
- "/"
35+
ignore:
36+
- dependency-name: "LibGit2Sharp"
3537
schedule:
3638
interval: daily
3739
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)