From 8667d3bb1e50086126e8d8fedd5e3d314f9c89ad Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 2 Oct 2024 09:24:59 -0700 Subject: [PATCH] chore(dependabot): fix all-minor-patch update-types --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46c70139a7..a2fd1a4f2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: # for every subpackage, and we expect that bumping this package will cause the # yarn.lock to bump the resolved versions for all the subpackages. - package-ecosystem: npm + # TODO try the `directories` option to get all the subpackages directory: /. schedule: interval: weekly @@ -17,6 +18,9 @@ updates: all-minor-patch: patterns: - '*' + update-types: + - 'minor' + - 'patch' - package-ecosystem: github-actions directory: /