File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 33# Please see the documentation for all configuration options:
44# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
6+ # To get started with Dependabot version updates, you'll need to specify which
7+ # package ecosystems to update and where the package manifests are located.
8+ # Please see the documentation for all configuration options:
9+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
610version : 2
11+
712updates :
8- - package-ecosystem : " gomod" # See documentation for possible values
13+ - package-ecosystem : gomod # See documentation for possible values
914 directory : " /" # Location of package manifests
1015 schedule :
11- interval : " weekly"
16+ interval : daily
17+ reviewers :
18+ - " rustatian"
19+ assignees :
20+ - " rustatian"
21+
22+ - package-ecosystem : " github-actions"
23+ directory : " /"
24+ schedule :
25+ interval : weekly
26+ reviewers :
27+ - " rustatian"
28+ assignees :
29+ - " rustatian"
You can’t perform that action at this time.
0 commit comments