From 9b0cca5baa62cb654b2248c9ae108c736918bc36 Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Thu, 13 Jan 2022 16:01:51 +0200 Subject: [PATCH] Disable auto rebasing for depandabot PRs --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b209bc90c0a..e6331549d88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: daily + rebase-strategy: "disabled" open-pull-requests-limit: 10 ignore: - dependency-name: Microsoft.AspNetCore