File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- # Dependabot configuration:
2- # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
35
46version : 2
57updates :
6- # Maintain dependencies for Gradle dependencies
78 - package-ecosystem : " gradle"
89 directory : " /"
9- target-branch : " dev"
1010 schedule :
11- interval : " daily"
12- # Maintain dependencies for GitHub Actions
11+ interval : " weekly"
1312 - package-ecosystem : " github-actions"
1413 directory : " /"
15- target-branch : " dev"
1614 schedule :
17- interval : " daily "
15+ interval : " weekly "
You can’t perform that action at this time.
0 commit comments