From 407471729b17435cc3802721b44f826c6aef7ac9 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Mon, 12 Oct 2020 21:26:20 +0300 Subject: [PATCH] chore: dependabot ignore baconjs 3.x --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..3d3dd03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + ignored_updates: + - match: + dependency_name: "baconjs" + version_requirement: "3.x"