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