Skip to content
Snippets Groups Projects
Unverified Commit 25ed35db authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #899 from zouyx/feature/changeDependabot

Imp:Change target-branch and schedule interval of Dependabot
parents 68ff8be7 43ef2029
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,13 @@ updates: ...@@ -8,11 +8,13 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values - package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "daily" interval: "weekly"
target-branch: "develop"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
# Workflow files stored in the # Workflow files stored in the
# default location of `.github/workflows` # default location of `.github/workflows`
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
\ No newline at end of file target-branch: "develop"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment