mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 02:09:53 -06:00
Add dependabot groups
This commit is contained in:
parent
bddeeb03d8
commit
c3ce742ba9
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user