File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5-
61version : 2
7-
82updates :
93 - package-ecosystem : " github-actions"
10- # Workflow files stored in the
11- # default location of `.github/workflows`
124 directory : " /"
135 schedule :
14- interval : " weekly "
6+ interval : " monthly "
157
16- - package-ecosystem : " cargo" # See documentation for possible values
17- directory : " /" # Location of package manifests
8+ - package-ecosystem : " cargo"
9+ directory : " /"
1810 schedule :
19- interval : " weekly "
11+ interval : " monthly "
You can’t perform that action at this time.
0 commit comments