From 25f81c72c984facbb264823c9487ac58818d0388 Mon Sep 17 00:00:00 2001 From: Lars Rickert Date: Tue, 7 May 2024 10:54:56 +0200 Subject: [PATCH] chore(dependabot): disable automatic eslint 9 update --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09938afdb0..f77a0b5d46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,12 @@ updates: update-types: - major + # ignore eslint 9 update for now until it is supported by all our used plugins: + # see: https://github.com/vuejs/eslint-config-typescript/issues/76 + ignore: + - dependency-name: eslint + update-types: [version-update:semver-major] + - package-ecosystem: github-actions directory: / schedule: