remove label, add comments to add schedule time, leave other options default

This commit is contained in:
coolbreeze413 2021-12-06 22:41:56 +05:30
parent 1208ef71a7
commit 6b05cb2531
1 changed files with 5 additions and 3 deletions

View File

@ -4,11 +4,13 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
#time: "00:00"
#timezone: "America/Los_Angeles"
#assignees: #assignees:
# - "username" # - "username"
labels: #labels: need to add the required label to the repo first!
- "submodule-updates" # - "submodule-updates"
# Must use the full team name, including the organization, as if you were @mentioning the team # must use the full team name, including the organization, as if you were @mentioning the team
#reviewers: #reviewers:
# - "username" # - "username"
# Allow dependabot to open up to 10 open pull requests. Default is 5. # Allow dependabot to open up to 10 open pull requests. Default is 5.