From df1085fae46be01cfab6b775fc701f734fc48086 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 31 Aug 2026 20:35:58 +0200 Subject: [PATCH 1/2] Remove eslint from Dependabot wishlist Signed-off-by: Christian Wolf --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f90cca921..0b4f59666 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,10 @@ updates: open-pull-requests-limit: 10 cooldown: default-days: 7 + ignore: + - dependency-name: "eslint" + versions: + - "10.x" - package-ecosystem: composer directory: "/" schedule: From 26fb5adb1ce4a4a854216ac79ba049038dc144f9 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 31 Aug 2026 20:42:47 +0200 Subject: [PATCH 2/2] Update Changelog Signed-off-by: Christian Wolf --- .changelog/current/3331-no-eslint-major-updates.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/current/3331-no-eslint-major-updates.md diff --git a/.changelog/current/3331-no-eslint-major-updates.md b/.changelog/current/3331-no-eslint-major-updates.md new file mode 100644 index 000000000..e0d56aacc --- /dev/null +++ b/.changelog/current/3331-no-eslint-major-updates.md @@ -0,0 +1,3 @@ +# Maintenance + +- Ignore major updates of eslint NPM package