Split target-branch between stablexx branches until it supports Arrays

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-09-08 08:32:14 +02:00
parent 91e463ff00
commit d939f2fa5a
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 58 additions and 8 deletions

View File

@ -64,10 +64,35 @@ updates:
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch:
- stable19
- stable18
- stable17
target-branch: stable19
labels:
- 3. to review
- "feature: dependencies"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch: stable18
labels:
- 3. to review
- "feature: dependencies"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch: stable17
labels:
- 3. to review
- "feature: dependencies"
@ -83,10 +108,35 @@ updates:
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch:
- stable19
- stable18
- stable17
target-branch: stable19
labels:
- 3. to review
- "feature: dependencies"
- package-ecosystem: composer
directory: "/build/integration"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch: stable18
labels:
- 3. to review
- "feature: dependencies"
- package-ecosystem: composer
directory: "/build/integration"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
target-branch: stable17
labels:
- 3. to review
- "feature: dependencies"