File tree Expand file tree Collapse file tree 1 file changed +35
-5
lines changed
Expand file tree Collapse file tree 1 file changed +35
-5
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/github/administering-a-repository/configuration-options-for-dependency-updates
53
64version : 2
75updates :
8- - package-ecosystem : " " # See documentation for possible values
9- directory : " /" # Location of package manifests
6+ - package-ecosystem : github-actions
7+ directory : /
8+ labels :
9+ - dependencies
10+ - actions
11+ - Skip Changelog
1012 schedule :
11- interval : " weekly"
13+ interval : weekly
14+ day : sunday
15+ - package-ecosystem : docker
16+ directory : /cmd/cloudstack-csi-sc-syncer
17+ labels :
18+ - dependencies
19+ - docker
20+ - Skip Changelog
21+ schedule :
22+ interval : weekly
23+ day : sunday
24+ - package-ecosystem : docker
25+ directory : /cmd/cloudstack-csi-driver
26+ labels :
27+ - dependencies
28+ - docker
29+ - Skip Changelog
30+ schedule :
31+ interval : weekly
32+ day : sunday
33+ - package-ecosystem : gomod
34+ directory : /
35+ labels :
36+ - dependencies
37+ - go
38+ - Skip Changelog
39+ schedule :
40+ interval : weekly
41+ day : sunday
You can’t perform that action at this time.
0 commit comments