Skip to content

Commit d0c4ced

Browse files
authored
Update dependabot rules for new modules (#4864)
1 parent 74bea3a commit d0c4ced

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.github/dependabot.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
open-pull-requests-limit: 10
88

99
# Explicit entry for each module
10+
- package-ecosystem: "gradle"
11+
directory: "/modules/azure"
12+
schedule:
13+
interval: "monthly"
14+
open-pull-requests-limit: 10
1015
- package-ecosystem: "gradle"
1116
directory: "/modules/cassandra"
1217
schedule:
@@ -17,6 +22,11 @@ updates:
1722
schedule:
1823
interval: "monthly"
1924
open-pull-requests-limit: 10
25+
- package-ecosystem: "gradle"
26+
directory: "/modules/cockroachdb"
27+
schedule:
28+
interval: "monthly"
29+
open-pull-requests-limit: 10
2030
- package-ecosystem: "gradle"
2131
directory: "/modules/couchbase"
2232
schedule:
@@ -27,6 +37,11 @@ updates:
2737
schedule:
2838
interval: "monthly"
2939
open-pull-requests-limit: 10
40+
- package-ecosystem: "gradle"
41+
directory: "/modules/db2"
42+
schedule:
43+
interval: "monthly"
44+
open-pull-requests-limit: 10
3045
- package-ecosystem: "gradle"
3146
directory: "/modules/dynalite"
3247
schedule:
@@ -37,6 +52,11 @@ updates:
3752
schedule:
3853
interval: "monthly"
3954
open-pull-requests-limit: 10
55+
- package-ecosystem: "gradle"
56+
directory: "/modules/gcloud"
57+
schedule:
58+
interval: "monthly"
59+
open-pull-requests-limit: 10
4060
- package-ecosystem: "gradle"
4161
directory: "/modules/influxdb"
4262
schedule:
@@ -57,6 +77,11 @@ updates:
5777
schedule:
5878
interval: "monthly"
5979
open-pull-requests-limit: 10
80+
- package-ecosystem: "gradle"
81+
directory: "/modules/k3s"
82+
schedule:
83+
interval: "monthly"
84+
open-pull-requests-limit: 10
6085
- package-ecosystem: "gradle"
6186
directory: "/modules/kafka"
6287
schedule:
@@ -77,6 +102,11 @@ updates:
77102
schedule:
78103
interval: "monthly"
79104
open-pull-requests-limit: 10
105+
- package-ecosystem: "gradle"
106+
directory: "/modules/mongodb"
107+
schedule:
108+
interval: "monthly"
109+
open-pull-requests-limit: 10
80110
- package-ecosystem: "gradle"
81111
directory: "/modules/mssqlserver"
82112
schedule:
@@ -102,21 +132,46 @@ updates:
102132
schedule:
103133
interval: "monthly"
104134
open-pull-requests-limit: 10
135+
- package-ecosystem: "gradle"
136+
directory: "/modules/orientdb"
137+
schedule:
138+
interval: "monthly"
139+
open-pull-requests-limit: 10
105140
- package-ecosystem: "gradle"
106141
directory: "/modules/postgresql"
107142
schedule:
108143
interval: "monthly"
109144
open-pull-requests-limit: 10
145+
- package-ecosystem: "gradle"
146+
directory: "/modules/presto"
147+
schedule:
148+
interval: "monthly"
149+
open-pull-requests-limit: 10
110150
- package-ecosystem: "gradle"
111151
directory: "/modules/pulsar"
112152
schedule:
113153
interval: "monthly"
114154
open-pull-requests-limit: 10
155+
- package-ecosystem: "gradle"
156+
directory: "/modules/r2dbc"
157+
schedule:
158+
interval: "monthly"
159+
open-pull-requests-limit: 10
160+
- package-ecosystem: "gradle"
161+
directory: "/modules/rabbitmq"
162+
schedule:
163+
interval: "monthly"
164+
open-pull-requests-limit: 10
115165
- package-ecosystem: "gradle"
116166
directory: "/modules/selenium"
117167
schedule:
118168
interval: "monthly"
119169
open-pull-requests-limit: 10
170+
- package-ecosystem: "gradle"
171+
directory: "/modules/solr"
172+
schedule:
173+
interval: "monthly"
174+
open-pull-requests-limit: 10
120175
- package-ecosystem: "gradle"
121176
directory: "/modules/spock"
122177
schedule:
@@ -127,6 +182,11 @@ updates:
127182
schedule:
128183
interval: "monthly"
129184
open-pull-requests-limit: 10
185+
- package-ecosystem: "gradle"
186+
directory: "/modules/trino"
187+
schedule:
188+
interval: "monthly"
189+
open-pull-requests-limit: 10
130190
- package-ecosystem: "gradle"
131191
directory: "/modules/vault"
132192
schedule:

0 commit comments

Comments
 (0)