From 462f9eabe8bc27acd06c033e6067a786c90f231d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 15 Oct 2024 23:28:51 +0200 Subject: [PATCH] chore(dependabot): refine 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d80d717..24cb5315 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' commitlint: patterns: - '@commitlint/*' -- 2.34.1