Update dependabot to cover integration test dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@@ -11,19 +11,6 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
- jakobroehrl
|
|
||||||
#- package-ecosystem: npm
|
|
||||||
# directory: "/"
|
|
||||||
# target-branch: "stable1.1"
|
|
||||||
# schedule:
|
|
||||||
# interval: weekly
|
|
||||||
# day: saturday
|
|
||||||
# time: "03:00"
|
|
||||||
# timezone: Europe/Paris
|
|
||||||
# open-pull-requests-limit: 10
|
|
||||||
# reviewers:
|
|
||||||
# - juliushaertl
|
|
||||||
# - jakobroehrl
|
|
||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
@@ -34,11 +21,16 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
ignore:
|
- package-ecosystem: composer
|
||||||
- dependency-name: christophwurst/nextcloud
|
directory: "/tests/integration"
|
||||||
versions:
|
schedule:
|
||||||
- "< 16"
|
interval: weekly
|
||||||
- ">= 15.a"
|
day: saturday
|
||||||
|
time: "03:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- juliushaertl
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user