From 7cd714201250648ca110309f221ea1f54561ea51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 15 Oct 2024 23:31:24 +0200 Subject: [PATCH] chore(dependabot): refine configuratin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a7a09d2..06d67e1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,15 @@ updates: update-types: - 'patch' - 'minor' + exclude-patterns: + - 'typescript' + typescript: + update-types: + - 'patch' + - 'minor' + - 'major' + patterns: + - 'typescript' mikro-orm: patterns: - '@mikro-orm/*' -- 2.34.1