From 7a29cdd398a6a3508078a1a2f6f81023a1fc82ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Winkelmeyer?= Date: Thu, 9 Jul 2026 10:15:26 +0200 Subject: [PATCH] chore: ignore blocked major dependency updates in Dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7649c8745..b7a93c46b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: monthly open-pull-requests-limit: 10 + ignore: + # Held: @salesforce/eslint-config-lwc / @lwc/eslint-plugin-lwc still pin eslint ^9. + # Re-enable when an eslint-10-compatible Salesforce config ships. + - dependency-name: 'eslint' + update-types: ['version-update:semver-major']