Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ updates:
# Ignores any major updates
- dependency-name: '*'
update-types: ['version-update:semver-major']
# Ignores the entire Adobe react-aria family — versions across
# @react-aria/*, @react-stately/*, @react-types/* and react-aria
# are tightly coupled and must be upgraded together manually
- dependency-name: 'react-aria'
- dependency-name: 'react-aria-components'
- dependency-name: '@react-aria/*'
- dependency-name: '@react-stately/*'
- dependency-name: '@react-types/*'
groups:
react-aria:
patterns:
- 'react-aria'
- 'react-aria-components'
- '@react-aria/*'
- '@react-stately/*'
- '@react-types/*'
eslint:
patterns:
- 'eslint'
Expand Down
Loading