From 24727bb2e35f0472ea42b81bea60fb1835d4bea9 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 2 Sep 2021 11:00:03 +0300 Subject: [PATCH] Disable automatic rebase for Dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 814af3483..b4dfa2fe9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + rebase-strategy: "disabled" # Maintain dependencies for Go - package-ecosystem: "gomod" @@ -16,3 +17,4 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 + rebase-strategy: "disabled"