mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
21 lines
538 B
YAML
21 lines
538 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: '09:00'
|
|
timezone: 'Europe/Madrid'
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
# Bootstrap can introduce visual breaking changes on styles
|
|
# Ignore it, since the plan is to remove it anyway
|
|
- dependency-name: 'bootstrap'
|
|
- package-ecosystem: docker
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: '09:00'
|
|
timezone: 'Europe/Madrid'
|