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:
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
|
- 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue