Skip to content

Commit

Permalink
chore: separate dependabot group for dev deps and treat react-virtuos…
Browse files Browse the repository at this point in the history
…o separately (#3357)

* react-virtuoso needs to be tested separately (data-table)
* webpack is separated from the group since it has a patch that has to be updated
whenever webpack is upgraded.
  • Loading branch information
jenniferarnesen authored Oct 8, 2024
1 parent 7b2fa49 commit fdccaff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,21 @@ updates:
update-types:
- minor
- patch
exclude-patterns:
- 'webpack'
devDependencies:
applies-to: version-updates
dependency-type: development
update-types:
- minor
- patch
dependencies:
applies-to: version-updates
dependency-type: production
update-types:
- minor
- patch
exclude-patterns:
- '*@dhis2*'
- '*i18next*'
- 'react-virtuoso'

0 comments on commit fdccaff

Please sign in to comment.