File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed 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.
31# Please see the documentation for all configuration options:
42# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
53
64version : 2
75updates :
8- - package-ecosystem : " gomod" # See documentation for possible values
6+ - package-ecosystem : " gomod"
97 directory : " /" # Location of package manifests
108 schedule :
119 interval : " weekly"
10+ day : " sunday"
11+ time : " 16:00"
12+ - package-ecosystem : " docker"
13+ directories :
14+ - " /"
15+ schedule :
16+ interval : " weekly"
17+ day : " sunday"
18+ time : " 16:00"
19+ - package-ecosystem : " github-actions"
20+ directory : " /"
21+ schedule :
22+ interval : " weekly"
23+ day : " sunday"
24+ time : " 16:00"
25+ groups :
26+ all-actions :
27+ patterns : [ "*" ]
You can’t perform that action at this time.
0 commit comments