From 27ef77ce6be447571a4de8bbbb9288cef8ac9f6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 16 Jan 2025 21:55:06 +0100 Subject: [PATCH] chore(dependabot): add eslint major updates group MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6257710..e3479cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,12 @@ updates: update-types: - 'patch' - 'minor' + eslint: + update-types: + - 'major' + patterns: + - 'eslint' + - '@eslint/*' commitlint: patterns: - '@commitlint/*' -- 2.43.0