From 8ac908adfa6db6c4de4d3df7c383691a633f1ba9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 26 Nov 2021 14:31:05 +0100 Subject: [PATCH] Cleanup dependabot (#4820) And add github actions updates --- .github/dependabot.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b19176618..0a74941696 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,7 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 20 - ignore: - - dependency-name: husky - versions: - - 5.0.9 - - 5.1.0 - - 5.1.1 - - 5.1.2 - - 5.1.3 - - 5.2.0 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily