From 06d85ae457f51d17018c5473c4a55433d4262651 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink <3441183+sspaink@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:04:30 -0500 Subject: [PATCH] Ignore soniah/gosnmp depedency (#9205) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2e4551e3..4b48b7cec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: ignore: # Dependabot isn't able to update this package do the name not matching the source - dependency-name: "gopkg.in/djherbis/times.v1" + # Updating this package is blocked by: https://github.com/gosnmp/gosnmp/issues/284 + - dependency-name: "github.com/soniah/gosnmp"