Skip to content

Commit 5337438

Browse files
committed
https://github.blog/changelog/2024-06-25-simplified-dependabot-yml-configuration-with-multi-directory-key-directories-and-wildcard-glob-support/
1 parent 5cf118e commit 5337438

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,11 @@ version: 2
77
updates:
88
- package-ecosystem: maven
99
directories:
10-
- "/labs/unicorn-store/software/unicorn-store-spring"
11-
- "/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm"
12-
- "/labs/unicorn-store/software/alternatives/unicorn-store-micronaut"
13-
- "/labs/unicorn-store/software/alternatives/unicorn-store-quarkus"
14-
- "/labs/unicorn-store/software/alternatives/unicorn-audit-service"
15-
- "/labs/unicorn-store/infrastructure/cdk"
16-
- "/labs/unicorn-store/infrastructure/db-setup"
17-
- "/labs/unicorn-location-api/UnicornLocationFunction"
18-
- "/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction"
19-
- "/labs/unicorn-stock-broker"
10+
- "**/*"
2011
schedule:
2112
interval: "weekly"
22-
ignore: # needs manual GraalVM config updates (reflect-config)
23-
- dependency-name: "software.amazon.awssdk:*"
24-
versions:
25-
- "> 2.25.45"
2613
- package-ecosystem: docker
2714
directories:
28-
- "/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm"
29-
- "/labs/unicorn-location-api/graal"
30-
- "/labs/unicorn-location-api/final/unicorn-location-api-final"
15+
- "**/*"
3116
schedule:
3217
interval: "weekly"

0 commit comments

Comments
 (0)