From 984d5fc529910413609cc24a476f75e6aa7fed5e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 12 May 2025 12:29:02 +0200 Subject: [PATCH] Blocking eslint-config-love upgrades for now, too many breaking changes. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8106cec5..d57b988d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,6 @@ updates: - dependency-name: "@typescript-eslint/parser" versions: - ">=8.5.0" # for now 8.5.0 is broken because of the lack of ./tsconfig.json file. Must fix conf. + - dependency-name: "eslint-config-love" + versions: + - ">=85.0.0" # Versions goes up to 118 very quickly. Too much breaking changes. We must do this progressively.