shlink-web-client/.github/dependabot.yml

51 lines
1.2 KiB
YAML
Raw Normal View History

2023-08-17 10:05:50 +03:00
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
day: saturday
2023-08-19 14:12:25 +03:00
time: '09:00'
2023-08-17 10:05:50 +03:00
timezone: 'Europe/Madrid'
open-pull-requests-limit: 10
2023-08-27 09:37:54 +03:00
groups:
fontawesome:
patterns:
2023-11-15 21:37:11 +03:00
- '@fortawesome/*'
2024-06-07 09:52:14 +03:00
eslint-plugins: # TODO Add eslint back once updated to v9
2024-04-07 13:59:10 +03:00
patterns:
- '@shlinkio/eslint-config-js-coding-standard'
- '@typescript-eslint/*'
2024-06-17 11:19:48 +03:00
- '*eslint-plugin*'
shlink:
patterns:
2023-11-15 21:37:11 +03:00
- '@shlinkio/*'
types:
patterns:
- '@types/*'
testing:
patterns:
- '@testing-library/*'
vite:
patterns:
- 'vite'
- '@vitejs/*'
vitest:
patterns:
- 'vitest'
- '@vitest/*'
workbox:
patterns:
- 'workbox*'
ignore:
# Bootstrap can introduce visual breaking changes on styles
# Ignore it, since the plan is to remove it anyway
- dependency-name: 'bootstrap'
2023-08-17 10:05:50 +03:00
- package-ecosystem: docker
directory: '/'
schedule:
interval: weekly
day: saturday
2023-08-19 14:12:25 +03:00
time: '09:00'
2023-08-17 10:05:50 +03:00
timezone: 'Europe/Madrid'