From 15f21e643db54b2ccc897d1bf51b5db12c6a6eee Mon Sep 17 00:00:00 2001 From: Sam Sarette Date: Tue, 10 Mar 2026 08:37:06 -0400 Subject: [PATCH] Update dependabot.yml to ignore ESLint major updates Ignore major version updates for ESLint and related plugins to prevent breaking changes. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0f3fea..d895347 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: interval: "weekly" day: "thursday" open-pull-requests-limit: 10 + # Ignore major version updates for ESLint and related plugins to prevent breaking changes + # ESLint config standard is tied to ESLint v8.x, so we can't upgrade to ESLint v9+ yet + ignore: + - dependency-name: "eslint" + update-types: ["version-update:semver-major"] + - dependency-name: "eslint-*" + update-types: ["version-update:semver-major"] groups: npm-dependencies: patterns: