chore(dependabot): refine configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 15 Oct 2024 21:28:51 +0000 (23:28 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 15 Oct 2024 21:28:51 +0000 (23:28 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/dependabot.yml

index 5d80d71718564b11e0eb1b78e8d63b9f0c14ba15..24cb5315579a44483451d1d9032aaa277b286409 100644 (file)
@@ -19,6 +19,15 @@ updates:
         update-types:
           - 'patch'
           - 'minor'
+        exclude-patterns:
+          - 'typescript'
+      typescript:
+        update-types:
+          - 'patch'
+          - 'minor'
+          - 'major'
+        patterns:
+          - 'typescript'
       commitlint:
         patterns:
           - '@commitlint/*'