From bbbfb99dd985c5192cc2c1ae555cc04d2c14ee58 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 29 Jan 2023 10:52:30 +0100 Subject: [PATCH] ci: change dependabot rebase strategy --- .gitlab/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/dependabot.yml b/.gitlab/dependabot.yml index 7bc00be..eb9f689 100644 --- a/.gitlab/dependabot.yml +++ b/.gitlab/dependabot.yml @@ -10,3 +10,4 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 20 + rebase-strategy: none