From 7d06deac3f4d4170e8d15650d03f1dfb19ecc773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Fri, 5 Apr 2024 16:00:04 +0200 Subject: [PATCH] build(ci): switch branch name to main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Nussbaumer --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0c813c72..af7a0003 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,10 +12,10 @@ updates: - "dependencies" schedule: interval: "weekly" - target-branch: master + target-branch: main commit-message: prefix: "build(deps)" - package-ecosystem: "github-actions" - directory: "/" + directory: "/" schedule: interval: "weekly"