From d939f2fa5a01f5c8879e049b27d83ab97fcd0992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 8 Sep 2020 08:32:14 +0200 Subject: Split target-branch between stablexx branches until it supports Arrays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .github/dependabot.yml | 66 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 8 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab959ecac6e..1e7ef6843a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" -- cgit v1.2.3