Replace types group with react

This commit is contained in:
Alejandro Celaya
2025-03-22 12:56:13 +01:00
parent 50e7204a4f
commit a5a5b0c3a4
3 changed files with 5 additions and 16 deletions

View File

@@ -21,9 +21,12 @@ updates:
shlink:
patterns:
- '@shlinkio/*'
types:
react:
patterns:
- '@types/*'
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
testing:
patterns:
- '@testing-library/*'