Skip to content

Commit 594d559

Browse files
authored
Add AWS dependency patterns to Dependabot configuration (#747)
This update introduces a new pattern for AWS dependencies in the Dependabot configuration, allowing for automated updates of packages under the "github.com/aws/*". This enhancement improves dependency management for AWS-related libraries.
1 parent 2bcc90e commit 594d559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ updates:
1212
patterns: [ "k8s.io/*", "sigs.k8s.io/*" ]
1313
otel:
1414
patterns: ["go.opentelemetry.io/*"]
15+
aws:
16+
patterns: ["github.com/aws/*"]
1517
commit-message:
1618
prefix: ":seedling:"
1719
labels:

0 commit comments

Comments
 (0)