Skip to content

Commit 8ed8092

Browse files
committed
update dependabot to look for poms in the respective directories
1 parent 2d1a5f6 commit 8ed8092

1 file changed

Lines changed: 107 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 107 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,114 @@
11
version: 2
22
updates:
3-
# Main branch
4-
- package-ecosystem: maven
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
55
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Chapter 2 - Quarkus REST Services
10+
- package-ecosystem: maven
11+
directory: "/chapter2/quarkus-rest-services"
612
schedule:
713
interval: daily
814
open-pull-requests-limit: 10
9-
- package-ecosystem: "github-actions"
10-
directory: "/"
15+
16+
# Chapter 3 - AWS Lambda HTTP
17+
- package-ecosystem: maven
18+
directory: "/chapter3/quarkus-aws-lambda-http"
19+
schedule:
20+
interval: daily
21+
open-pull-requests-limit: 10
22+
23+
# Chapter 3 - AWS Request Stream Handler
24+
- package-ecosystem: maven
25+
directory: "/chapter3/quarkus-aws-requeststreamhandler"
26+
schedule:
27+
interval: daily
28+
open-pull-requests-limit: 10
29+
30+
# Chapter 3 - Azure Functions HTTP
31+
- package-ecosystem: maven
32+
directory: "/chapter3/quarkus-azure-functions-http"
33+
schedule:
34+
interval: daily
35+
open-pull-requests-limit: 10
36+
37+
# Chapter 3 - Google Cloud Functions HTTP
38+
- package-ecosystem: maven
39+
directory: "/chapter3/quarkus-google-cloud-functions-http"
40+
schedule:
41+
interval: daily
42+
open-pull-requests-limit: 10
43+
44+
# Chapter 3 - Google Cloud Functions Cloud Events
45+
- package-ecosystem: maven
46+
directory: "/chapter3/quarkus-google-cloud-functions-cloud-events"
47+
schedule:
48+
interval: daily
49+
open-pull-requests-limit: 10
50+
51+
# Chapter 4 - Knative Quarkus Function HTTP
52+
- package-ecosystem: maven
53+
directory: "/chapter4/knative-quarkus-function-http"
54+
schedule:
55+
interval: daily
56+
open-pull-requests-limit: 10
57+
58+
# Chapter 4 - Knative Quarkus Function Cloud Events
59+
- package-ecosystem: maven
60+
directory: "/chapter4/knative-quarkus-function-ce"
1161
schedule:
12-
interval: "weekly"
62+
interval: daily
63+
open-pull-requests-limit: 10
64+
65+
# Chapter 4 - Knative Spring Boot
66+
- package-ecosystem: maven
67+
directory: "/chapter4/knative-springboot"
68+
schedule:
69+
interval: daily
70+
open-pull-requests-limit: 10
71+
72+
# Chapter 4 - Quarkus Funqy AWS
73+
- package-ecosystem: maven
74+
directory: "/chapter4/quarkus-funqy-aws"
75+
schedule:
76+
interval: daily
77+
open-pull-requests-limit: 10
78+
79+
# Chapter 4 - Quarkus Funqy Azure
80+
- package-ecosystem: maven
81+
directory: "/chapter4/quarkus-funqy-azure"
82+
schedule:
83+
interval: daily
84+
open-pull-requests-limit: 10
85+
86+
# Chapter 4 - Quarkus Funqy GCP HTTP
87+
- package-ecosystem: maven
88+
directory: "/chapter4/quarkus-funqy-gcp-http"
89+
schedule:
90+
interval: daily
91+
open-pull-requests-limit: 10
92+
93+
# Chapter 4 - Quarkus Funqy GCP Cloud Events
94+
- package-ecosystem: maven
95+
directory: "/chapter4/quarkus-funqy-gcp-cloud-events"
96+
schedule:
97+
interval: daily
98+
open-pull-requests-limit: 10
99+
100+
# Chapter 4 - Quarkus Funqy Standalone
101+
- package-ecosystem: maven
102+
directory: "/chapter4/quarkus-funqy-standalone"
103+
schedule:
104+
interval: daily
105+
open-pull-requests-limit: 10
106+
107+
# Chapter 5 - Containerized Quarkus App
108+
- package-ecosystem: maven
109+
directory: "/chapter5/containerized-quarkus-app"
110+
schedule:
111+
interval: daily
112+
open-pull-requests-limit: 10
113+
114+
# Made with Bob

0 commit comments

Comments
 (0)