From 59822c84225e80103bae4b39ed04a2e17af24b88 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Fri, 2 Feb 2024 13:50:02 +0100 Subject: [PATCH] Set main branch as dependabot target --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5271c4ecf..764cd26a9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" - target-branch: "0.4.x" + target-branch: "main" - package-ecosystem: "cargo" directory: "/fuzz/" schedule: interval: "weekly" - target-branch: "0.4.x" + target-branch: "main" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - target-branch: "0.4.x" + target-branch: "main"