From d64c5c8c6e1bef3fb4c8ad98e8c9756a3e37d1d6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 22 Nov 2021 09:29:39 +0100 Subject: [PATCH] Cleanup dependabot 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