From 02174dba1d47a851ace1740523cf2762360c0159 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Mon, 2 Nov 2020 23:27:37 +1100 Subject: [PATCH] chore: use target-branch develop for dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a90b36f..5cd2687 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,15 +2,18 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "develop" schedule: interval: "daily" - package-ecosystem: "docker" directory: "/" + target-branch: "develop" schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/" + target-branch: "develop" schedule: interval: "daily"