Skip to content

Commit 7101212

Browse files
committed
chore: update dependabot.yml, need to update awssdk manual due to GraalVM reflect-config changes
1 parent 0c080ba commit 7101212

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,34 @@ updates:
99
directory: "/labs/unicorn-store/software/alternatives/unicorn-store-basic"
1010
schedule:
1111
interval: "weekly"
12+
ignore: # needs manual GraalVM config updates (reflect-config)
13+
- dependency-name: "software.amazon.awssdk:*"
14+
versions:
15+
- "> 2.17.282"
1216
- package-ecosystem: maven
1317
directory: "/labs/unicorn-store/software/unicorn-store-spring"
1418
schedule:
1519
interval: "weekly"
20+
ignore: # needs manual GraalVM config updates (reflect-config)
21+
- dependency-name: "software.amazon.awssdk:*"
22+
versions:
23+
- "> 2.17.282"
1624
- package-ecosystem: maven
1725
directory: "/labs/unicorn-store/software/alternatives/unicorn-store-spring-native-graalvm"
1826
schedule:
1927
interval: "weekly"
28+
ignore: # needs manual GraalVM config updates (reflect-config)
29+
- dependency-name: "software.amazon.awssdk:*"
30+
versions:
31+
- "> 2.17.282"
2032
- package-ecosystem: maven
2133
directory: "/labs/unicorn-store/software/alternatives/unicorn-store-micronaut"
2234
schedule:
2335
interval: "weekly"
36+
ignore: # needs manual GraalVM config updates (reflect-config)
37+
- dependency-name: "software.amazon.awssdk:*"
38+
versions:
39+
- "> 2.17.282"
2440
- package-ecosystem: maven
2541
directory: "/labs/unicorn-store/infrastructure/cdk"
2642
schedule:
@@ -33,18 +49,22 @@ updates:
3349
directory: "/labs/unicorn-location-api/UnicornLocationFunction"
3450
schedule:
3551
interval: "weekly"
36-
ignore: # needs manual GraalVM config updates
52+
ignore: # needs manual GraalVM config updates (reflect-config)
3753
- dependency-name: "software.amazon.awssdk:*"
3854
versions:
39-
- "> 2.17.214"
55+
- "> 2.17.282"
4056
- package-ecosystem: maven
4157
directory: "/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction"
4258
schedule:
4359
interval: "weekly"
44-
ignore: # needs manual GraalVM config updates
60+
ignore: # needs manual GraalVM config updates (reflect-config)
4561
- dependency-name: "software.amazon.awssdk:*"
4662
versions:
47-
- "> 2.17.214"
63+
- "> 2.17.282"
64+
- package-ecosystem: docker
65+
directory: "/labs/unicorn-store/software/alternatives/unicorn-store-spring-native-graalvm"
66+
schedule:
67+
interval: "weekly"
4868
- package-ecosystem: docker
4969
directory: "/labs/unicorn-location-api/graal"
5070
schedule:

0 commit comments

Comments
 (0)