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: /