mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 13:31:13 +00:00
33267f0736
Also remove some deprecation from Symfony. Use `LegacyEventDispatcherProxy` to handle Symfony 4 dispatch from FOSUser
35 lines
713 B
YAML
35 lines
713 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "04:00"
|
|
timezone: Europe/Paris
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
- dependency-name: materialize-css
|
|
versions:
|
|
- "> 0.98.2"
|
|
- package-ecosystem: composer
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "04:00"
|
|
timezone: Europe/Paris
|
|
open-pull-requests-limit: 10
|
|
reviewers:
|
|
- j0k3r
|
|
- tcitworld
|
|
- Kdecherf
|
|
ignore:
|
|
- dependency-name: doctrine/doctrine-migrations-bundle
|
|
versions:
|
|
- "> 1.3.2"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "04:00"
|
|
timezone: Europe/Paris
|
|
open-pull-requests-limit: 10
|