From f2dae8615dd54e5776e72bf4e4b456d0b3d158b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 1 Feb 2024 14:09:47 +0100 Subject: [PATCH] chore: allow dependabot rebasing PRs (#294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbfd4e59..5b73d200 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,11 @@ updates: directory: / schedule: interval: daily - rebase-strategy: disabled - package-ecosystem: github-actions directory: / schedule: interval: daily - rebase-strategy: disabled - package-ecosystem: docker directory: /.devcontainer schedule: interval: daily - rebase-strategy: disabled