mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +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:
|
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…
Reference in a new issue