mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Add dependabot groups
This commit is contained in:
parent
bddeeb03d8
commit
c3ce742ba9
1 changed files with 17 additions and 2 deletions
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
|
@ -11,10 +11,25 @@ updates:
|
|||
groups:
|
||||
fontawesome:
|
||||
patterns:
|
||||
- '@fortawesome*'
|
||||
- '@fortawesome/*'
|
||||
shlink:
|
||||
patterns:
|
||||
- '@shlinkio*'
|
||||
- '@shlinkio/*'
|
||||
types:
|
||||
patterns:
|
||||
- '@types/*'
|
||||
testing:
|
||||
patterns:
|
||||
- '@testing-library/*'
|
||||
vite:
|
||||
patterns:
|
||||
- 'vite'
|
||||
- '@vitejs/*'
|
||||
vitest:
|
||||
patterns:
|
||||
- 'vitest'
|
||||
- 'vitest-canvas-mock'
|
||||
- '@vitest/*'
|
||||
ignore:
|
||||
# Bootstrap can introduce visual breaking changes on styles
|
||||
# Ignore it, since the plan is to remove it anyway
|
||||
|
|
Loading…
Reference in a new issue