From 84c05a2a29ff45035dce30fdee2d6bdbb763a184 Mon Sep 17 00:00:00 2001 From: Yonghwan SO Date: Mon, 26 Sep 2022 14:00:19 +0900 Subject: [PATCH] updated dependabot configuration --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3e451402..26e2b81bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,14 @@ updates: schedule: interval: "weekly" day: "friday" - target-branch: "main" + target-branch: "v1" labels: - - "dependencies" + - "dependency" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - target-branch: "main" + target-branch: "v1" labels: - "process"