Skip to content

Commit

Permalink
chore(dependabot): fix all-minor-patch update-types (#2560)
Browse files Browse the repository at this point in the history
_incidental_

## Description

#2559 updated major versions, because
there was no limit on `update-types`.

Now following this example:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#example-3


### Security Considerations

n/a
### Scaling Considerations

n/a

### Documentation Considerations

n/a

### Testing Considerations

I wish we could test before master but it appears not

### Compatibility Considerations

n/a

### Upgrade Considerations

n/a
  • Loading branch information
turadg authored Oct 2, 2024
2 parents d12b767 + 8667d3b commit 7b8c677
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 7b8c677

Please sign in to comment.