1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00

Merge pull request #8079 from wallabag/update-dependabot-configuration

Update Dependabot configuration
This commit is contained in:
Yassine Guedidi 2025-03-14 08:46:27 +01:00 committed by GitHub
commit 7bebe5fd4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ updates:
- package-ecosystem: composer - package-ecosystem: composer
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: weekly
time: "04:00" time: "04:00"
timezone: Europe/Paris timezone: Europe/Paris
open-pull-requests-limit: 10 open-pull-requests-limit: 10
@ -40,13 +40,8 @@ updates:
- yguedidi - yguedidi
- Kdecherf - Kdecherf
ignore: ignore:
- dependency-name: lcobucci/jwt
versions:
- ">= 4.2.0"
# until we add support for Symfony 5+
- dependency-name: symfony/* - dependency-name: symfony/*
versions: update-types: [ "version-update:semver-major" ]
- ">= 5.0.0"
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: schedule: