From facd4f63eca03406461b8015683277c89f3a2c45 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 24 Jul 2020 10:13:08 +0200 Subject: [PATCH] Ignore hpyothesis updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f46..ec4bf087cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + ignored_updates: + # Hypotehsis is only used for testing and is updated quite often + - match: + dependency_name: hypothesis