From 6b05cb2531759f0fe3b3a4619fbdfa322dc230cb Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 22:41:56 +0530 Subject: [PATCH] remove label, add comments to add schedule time, leave other options default --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd3e9659f..fb66f67e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,13 @@ updates: directory: "/" schedule: interval: "daily" + #time: "00:00" + #timezone: "America/Los_Angeles" #assignees: # - "username" - labels: - - "submodule-updates" - # Must use the full team name, including the organization, as if you were @mentioning the team + #labels: need to add the required label to the repo first! + # - "submodule-updates" + # must use the full team name, including the organization, as if you were @mentioning the team #reviewers: # - "username" # Allow dependabot to open up to 10 open pull requests. Default is 5.