From 9bbf5e95fe95923046a3f0d0862df96164a131f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Oct 2024 15:39:01 +0200 Subject: [PATCH] chore: fix dependabot configuration 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, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27c9466c..9fb18a5a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,9 @@ updates: update-types: - 'minor' - 'patch' - commitlint: - patterns: - - '@commitlint/*' + commitlint: + patterns: + - '@commitlint/*' labels: - 'dependencies' reviewers: -- 2.34.1