From 155e9da327fa191e305f7417998171ec6a1575cd Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Mon, 11 Sep 2023 08:21:49 +0200 Subject: [PATCH] Make dependabot target 0.4.x branch --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f67083a..c5271c4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" + target-branch: "0.4.x" - package-ecosystem: "cargo" directory: "/fuzz/" schedule: interval: "weekly" + target-branch: "0.4.x" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + target-branch: "0.4.x"