From a2608da5175b1021a3dc314723b4b23004e5d172 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 26 Nov 2025 10:03:15 +0100 Subject: [PATCH] refactor(workflow): disable automatic dependabot pull request rebase after changes (#595) Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ced89a4..b046c971 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + rebase-strategy: "disabled" schedule: interval: "weekly" day: "wednesday" @@ -32,6 +33,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + rebase-strategy: "disabled" schedule: interval: "weekly" day: "wednesday"