From 43ef20298145230dfac79a8c4d86bf3196b92bf9 Mon Sep 17 00:00:00 2001 From: Joe Zou Date: Mon, 30 Nov 2020 23:27:03 +0800 Subject: [PATCH] change target-branch and schedule interval of Dependabot --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e7fb6b4ac..6ce0286102 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,13 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + target-branch: "develop" - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "weekly" + target-branch: "develop" \ No newline at end of file