Skip to content

Commit 9710d7c

Browse files
committed
added wildcard to dependabot config
1 parent 8ef6813 commit 9710d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ updates:
3434
schedule:
3535
interval: "weekly"
3636
ignore: # needs manual GraalVM config updates
37-
- dependency-name: "software.amazon.awssdk"
37+
- dependency-name: "software.amazon.awssdk:*"
3838
versions:
3939
- "> 2.17.214"
4040
- package-ecosystem: maven
4141
directory: "/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction"
4242
schedule:
4343
interval: "weekly"
4444
ignore: # needs manual GraalVM config updates
45-
- dependency-name: "software.amazon.awssdk"
45+
- dependency-name: "software.amazon.awssdk:*"
4646
versions:
4747
- "> 2.17.214"
4848
- package-ecosystem: docker

0 commit comments

Comments
 (0)