Add dependabot groups

This commit is contained in:
Alejandro Celaya 2023-11-15 19:37:11 +01:00
parent bddeeb03d8
commit c3ce742ba9

View file

@ -11,10 +11,25 @@ updates:
groups: groups:
fontawesome: fontawesome:
patterns: patterns:
- '@fortawesome*' - '@fortawesome/*'
shlink: shlink:
patterns: patterns:
- '@shlinkio*' - '@shlinkio/*'
types:
patterns:
- '@types/*'
testing:
patterns:
- '@testing-library/*'
vite:
patterns:
- 'vite'
- '@vitejs/*'
vitest:
patterns:
- 'vitest'
- 'vitest-canvas-mock'
- '@vitest/*'
ignore: ignore:
# Bootstrap can introduce visual breaking changes on styles # Bootstrap can introduce visual breaking changes on styles
# Ignore it, since the plan is to remove it anyway # Ignore it, since the plan is to remove it anyway