File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -5,33 +5,61 @@ updates:
55 directory : " /"
66 schedule :
77 interval : " weekly"
8+ groups :
9+ base-npm-all :
10+ patterns :
11+ - " *"
812 # Enable version updates for GitHub Actions
913 - package-ecosystem : " github-actions"
1014 directory : " /"
1115 schedule :
1216 interval : " weekly"
17+ groups :
18+ actions-all :
19+ patterns :
20+ - " *"
1321 # Enable version updates for automations uv
1422 - package-ecosystem : " uv"
1523 directory : " /automations/"
1624 schedule :
1725 interval : " weekly"
26+ groups :
27+ automations-uv-all :
28+ patterns :
29+ - " *"
1830 # Enable version updates for examples uv
1931 - package-ecosystem : " uv"
2032 directory : " /examples/developer-hub-python/"
2133 schedule :
2234 interval : " weekly"
35+ groups :
36+ examples-uv-all :
37+ patterns :
38+ - " *"
2339 # Enable version updates for examples js
2440 - package-ecosystem : " npm"
2541 directory : " /examples/developer-hub-javascript/"
2642 schedule :
2743 interval : " weekly"
44+ groups :
45+ examples-js-all :
46+ patterns :
47+ - " *"
2848 # Enable version updates for examples go
2949 - package-ecosystem : " gomod"
3050 directory : " /examples/developer-hub-go/"
3151 schedule :
3252 interval : " weekly"
53+ groups :
54+ examples-go-all :
55+ patterns :
56+ - " *"
3357 # Enable version updates for examples rust
3458 - package-ecosystem : " cargo"
3559 directory : " /examples/developer-hub-rust/"
3660 schedule :
3761 interval : " weekly"
62+ groups :
63+ examples-rust-all :
64+ patterns :
65+ - " *"
You can’t perform that action at this time.
0 commit comments