Skip to content

Commit 7108ab5

Browse files
authored
Update dependabot (#749)
1 parent 1e2cbc5 commit 7108ab5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ updates:
1515
- "github.com/aws/aws-sdk-go-v2*"
1616

1717
- package-ecosystem: pip
18-
directory: /tests
18+
directories:
19+
- "**/*"
1920
schedule:
2021
interval: weekly
2122
ignore:
2223
- dependency-name: "boto3"
2324
update-types: ["version-update:semver-patch"]
2425

2526
- package-ecosystem: docker
26-
directory: /tests/docker
27+
directories:
28+
- "**/*"
2729
schedule:
2830
interval: weekly

0 commit comments

Comments
 (0)