From 7eab0b02dd729027fa0e05530a32b3066effaa90 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 13 Sep 2024 00:16:01 +0200 Subject: [PATCH] Fix typo, should be 3.x --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6712a4d..ba75aa46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,7 +25,7 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "wagon-1.x" + target-branch: "wagon-3.x" labels: - "mvn3"