File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,21 +9,30 @@ updates:
99 directory : " /cdk" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12+ groups :
13+ cdk-deps :
14+ applies-to : version-updates
1215
1316 - package-ecosystem : " gomod" # See documentation for possible values
1417 directory : " /src" # Location of package manifests
1518 schedule :
1619 interval : " weekly"
20+ groups :
21+ src-deps :
22+ applies-to : version-updates
1723
1824 - package-ecosystem : " docker" # See documentation for possible values
1925 directory : " /" # Location of package manifests
2026 schedule :
2127 interval : " weekly"
2228
2329 - package-ecosystem : " devcontainers" # See documentation for possible values
24- directory : " /.devcontainer " # Location of package manifests
30+ directory : " /" # Location of package manifests
2531 schedule :
2632 interval : " weekly"
33+ groups :
34+ devcontainers-deps :
35+ applies-to : version-updates
2736
2837 - package-ecosystem : " github-actions" # See documentation for possible values
2938 directory : " /" # Location of package manifests
You can’t perform that action at this time.
0 commit comments