From 749a858e5f267a29876bfb185e7b5255e6e0bd1f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 16 Dec 2024 11:48:10 +0100 Subject: [PATCH] dpendabot: adjust rebase strategy Signed-off-by: Simon L. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc4b2021..cf226fcf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,14 @@ updates: interval: "daily" time: "12:00" open-pull-requests-limit: 10 + rebase-strategy: "disabled" - package-ecosystem: composer directory: "/php/" schedule: interval: "daily" time: "12:00" open-pull-requests-limit: 10 + rebase-strategy: "auto" labels: - 3. to review - dependencies @@ -39,6 +41,7 @@ updates: interval: "daily" time: "04:00" open-pull-requests-limit: 10 + rebase-strategy: "disabled" labels: - 3. to review - dependencies