File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 2
7- updates :
8- - package- ecosystem: " docker "
9- directory : " / " # Location of package manifests
7+
8+ multi- ecosystem-groups :
9+ infrastructure :
1010 schedule :
1111 interval : " weekly"
12- day : " tuesday "
13- time : " 09:30 "
12+ day : " monday "
13+ time : " 08:00 "
1414 timezone : " Europe/Amsterdam"
15- - package-ecosystem : " github-actions"
15+
16+ updates :
17+ - package-ecosystem : " docker"
1618 directory : " /" # Location of package manifests
17- schedule :
18- interval : " weekly"
19- day : " tuesday"
20- time : " 09:30"
21- timezone : " Europe/Amsterdam"
19+ patterns : ["*"]
20+ multi-ecosystem-group : " infrastructure"
21+
22+ - package-ecosystem : " github-actions"
23+ directory : " /" # Location of package manifest
24+ patterns : ["*"]
25+ multi-ecosystem-group : " infrastructure"
26+
2227 - package-ecosystem : " pip"
2328 directory : " /" # Location of package manifests
2429 schedule :
25- interval : " weekly"
26- day : " tuesday"
27- time : " 09:30"
28- timezone : " Europe/Amsterdam"
30+ interval : " daily"
31+ time : " 08:00"
32+ timezone : " Europe/Amsterdam"
33+ groups :
34+ minor-pip-updates :
35+ patterns :
36+ - " *"
37+ update-types :
38+ - " patch"
39+ - " minor"
You can’t perform that action at this time.
0 commit comments