From: Jérôme Benoit Date: Tue, 15 Oct 2024 21:28:51 +0000 (+0200) Subject: chore(dependabot): refine configuration X-Git-Tag: v4.4.0~23 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=462f9eabe8bc27acd06c033e6067a786c90f231d;p=poolifier.git chore(dependabot): refine configuration Signed-off-by: Jérôme Benoit --- 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/*'