From 4e0495d6c52ab3e38a3784299bdd170391aabd18 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 5 Jun 2020 11:50:35 -0400 Subject: [PATCH] Make dependabot ignore sinon updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60ea4b1ea..8ee946e28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: interval: "daily" labels: - "chore-dependabot" + ignore: + - dependency-name: "sinon"