mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-15 06:24:07 +00:00
Merge pull request #8079 from wallabag/update-dependabot-configuration
Update Dependabot configuration
This commit is contained in:
commit
7bebe5fd4b
1 changed files with 2 additions and 7 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -21,7 +21,7 @@ updates:
|
|||
- package-ecosystem: composer
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
time: "04:00"
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 10
|
||||
|
@ -40,13 +40,8 @@ updates:
|
|||
- yguedidi
|
||||
- Kdecherf
|
||||
ignore:
|
||||
- dependency-name: lcobucci/jwt
|
||||
versions:
|
||||
- ">= 4.2.0"
|
||||
# until we add support for Symfony 5+
|
||||
- dependency-name: symfony/*
|
||||
versions:
|
||||
- ">= 5.0.0"
|
||||
update-types: [ "version-update:semver-major" ]
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue