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 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: