Skip to content

Commit

Permalink
chore(dependabot): fix all-minor-patch update-types
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 2, 2024
1 parent d12b767 commit 8667d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,6 +18,9 @@ updates:
all-minor-patch:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'

- package-ecosystem: github-actions
directory: /
Expand Down

0 comments on commit 8667d3b

Please sign in to comment.