diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38c75b9..bdca61b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "eslint-plugin-json" + versions: ["3.x"] assignees: - "FlorentinTh"