From 25c62319a3e1fa1809e4e8d1a693e474e1eaa1cb Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 24 Jul 2020 10:41:06 +0200 Subject: [PATCH] Fix dependabot version 2 --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec4bf087cf..d73adbfa30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: directory: "/" schedule: interval: "daily" - ignored_updates: + ignore: # Hypotehsis is only used for testing and is updated quite often - - match: - dependency_name: hypothesis + - dependency-name: hypothesis