From bcf41e976d9c3a536fcc2bebafdf328736e9c743 Mon Sep 17 00:00:00 2001 From: Hintay Date: Tue, 30 Jul 2024 01:38:33 +0900 Subject: [PATCH] chore: add target branch for dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1c40cb0..313efc0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,10 @@ updates: directory: "/app" schedule: interval: "daily" + target-branch: "dev" - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + target-branch: "dev"