Skip to content

Commit 558d509

Browse files
author
Dennis Kieselhorst
authored
Update dependabot.yml
1 parent 0f5ad31 commit 558d509

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,42 @@
66
version: 2
77
updates:
88
- package-ecosystem: maven
9-
directory: "/" # Location of package manifests
9+
directory: "/labs/unicorn-store/software/unicorn-store-basic"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: maven
13+
directory: "/labs/unicorn-store/software/unicorn-store-basic"
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: maven
17+
directory: "/labs/unicorn-store/software/unicorn-store-spring"
18+
schedule:
19+
interval: "weekly"
20+
- package-ecosystem: maven
21+
directory: "/labs/unicorn-store/software/unicorn-store-spring-final"
22+
schedule:
23+
interval: "weekly"
24+
- package-ecosystem: maven
25+
directory: "/labs/unicorn-store/infrastructure/cdk"
26+
schedule:
27+
interval: "weekly"
28+
- package-ecosystem: maven
29+
directory: "/labs/unicorn-store/infrastructure/db-setup"
30+
schedule:
31+
interval: "weekly"
32+
- package-ecosystem: maven
33+
directory: "/labs/unicorn-location-api/UnicornLocationFunction"
34+
schedule:
35+
interval: "weekly"
36+
- package-ecosystem: maven
37+
directory: "/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction"
38+
schedule:
39+
interval: "weekly"
40+
- package-ecosystem: docker
41+
directory: "/labs/unicorn-location-api/graal"
1042
schedule:
1143
interval: "weekly"
1244
- package-ecosystem: docker
13-
directory: "/" # Location of package manifests
45+
directory: "/labs/unicorn-location-api/final/unicorn-location-api-final/graal"
1446
schedule:
1547
interval: "weekly"

0 commit comments

Comments
 (0)