From 9b5acd2b55fa1e7f35bf3ef1b7d16bc2399fc30c Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Sun, 2 May 2021 01:29:36 +0200 Subject: [PATCH] Fix typo in dependabot config (#646) * Fix typo in dependabot config Co-authored-by: Mark Waite --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49faaa159..fd2dcc2d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,5 @@ updates: schedule: interval: monthly open-pull-requests-limit: 10 - ignore_updates: - - match: - dependency_name: "husky" + ignore: + - dependency-name: "husky"