From a9402e70b7322f6af041247a3d5b0f31a690303e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Oct 2024 15:49:24 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1eb8e499..4b3543b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,12 @@ updates: update-types: - 'minor' - 'patch' + mikro-orm: + patterns: + - '@mikro-orm/*' + commitlint: + patterns: + - '@commitlint/*' labels: - 'dependencies' reviewers: @@ -34,12 +40,6 @@ updates: update-types: - 'minor' - 'patch' - mikro-orm: - patterns: - - '@mikro-orm/*' - commitlint: - patterns: - - '@commitlint/*' labels: - 'dependencies' reviewers: -- 2.34.1