From dbbf53cc86ac5cf52bc9219a36392be63aeba283 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 10 Feb 2022 18:55:01 +0100 Subject: [PATCH] update dependabot script to latest files-android version Signed-off-by: Andy Scherzinger --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55279bc9b..e63e69c07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,8 @@ updates: interval: daily time: "03:00" timezone: Europe/Paris - open-pull-requests-limit: 10 - labels: - - "3. to review" - - "dependencies" + rebase-strategy: "disabled" + open-pull-requests-limit: 10 + labels: + - 3. to review + - dependencies \ No newline at end of file