File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- # Maintain dependencies for GitHub Actions
4- - package-ecosystem : " github-actions"
3+ - package-ecosystem : github-actions
54 directory : " /"
65 schedule :
7- interval : " daily"
6+ interval : weekly
7+ assignees :
8+ - ChristophShyper
9+ labels :
10+ - automatic
11+ groups :
12+ gha-all :
13+ patterns :
14+ - " *"
815
9- # Enable version updates for Docker
10- - package-ecosystem : " docker"
16+ - package-ecosystem : docker
1117 directory : " /"
1218 schedule :
13- interval : " daily "
19+ interval : weekly
1420 assignees :
15- - " ChristophShyper"
21+ - ChristophShyper
1622 labels :
1723 - automatic
24+ groups :
25+ docker-base-images :
26+ patterns :
27+ - " *"
1828
19-
20- # Enable version updates for pip
21- - package-ecosystem : " pip"
29+ - package-ecosystem : pip
2230 directory : " /"
2331 schedule :
24- interval : " daily "
32+ interval : weekly
2533 assignees :
26- - " ChristophShyper"
34+ - ChristophShyper
2735 labels :
2836 - automatic
37+ groups :
38+ pip-patch-minor :
39+ patterns :
40+ - " *"
41+ update-types :
42+ - minor
43+ - patch
44+ pip-major :
45+ patterns :
46+ - " *"
47+ update-types :
48+ - major
You can’t perform that action at this time.
0 commit comments