From 76b81ac2c45f67bc683b52390e94721a7ab909e9 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 28 May 2021 15:30:42 +1000 Subject: [PATCH] Tell dependabot to stop automatically rebasing PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8223718..3afdb9b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,10 @@ updates: directory: "/" schedule: interval: "daily" + rebase-strategy: "disabled" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + rebase-strategy: "disabled"