Skip to content

Commit fed849d

Browse files
authored
Add patterns to dependency groups in dependabot.yml
1 parent b29b741 commit fed849d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ updates:
1212
groups:
1313
cdk-deps:
1414
applies-to: version-updates
15+
patterns:
16+
- "*"
1517

1618
- package-ecosystem: "gomod" # See documentation for possible values
1719
directory: "/src" # Location of package manifests
@@ -20,6 +22,8 @@ updates:
2022
groups:
2123
src-deps:
2224
applies-to: version-updates
25+
patterns:
26+
- "*"
2327

2428
- package-ecosystem: "docker" # See documentation for possible values
2529
directory: "/" # Location of package manifests
@@ -33,6 +37,8 @@ updates:
3337
groups:
3438
devcontainers-deps:
3539
applies-to: version-updates
40+
patterns:
41+
- "*"
3642

3743
- package-ecosystem: "github-actions" # See documentation for possible values
3844
directory: "/" # Location of package manifests

0 commit comments

Comments
 (0)