From fb71e8a2444a16ca6a2f0bb7405550321f30f653 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Wed, 4 Dec 2024 23:44:25 +0100 Subject: [PATCH] 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. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60831b08ed..f74944833f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,8 @@ updates: - "/new-cli" - "/src" - "/" + ignore: + - dependency-name: "LibGit2Sharp" schedule: interval: daily open-pull-requests-limit: 10