From eacaa3588e4f6867ac60db3fb9a2588d84bffc9a Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:31:57 -0700 Subject: [PATCH] ignore Senzing.Sdk --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5781c90..ecc18bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -49,5 +49,7 @@ updates: - /csharp/snippets/deleting/DeleteViaFutures/ - /csharp/snippets/deleting/DeleteWithInfoViaFutures/ - /csharp/runner/SnippetRunner/ + ignore: + - dependency-name: "Senzing.Sdk" schedule: interval: "daily"