File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,34 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " daily"
7+
8+ - package-ecosystem : " maven"
9+ directory : " /vertx-web-graphql"
10+ schedule :
11+ interval : " daily"
12+ allow :
13+ - dependency-name : " com.graphql-java:graphql-java"
14+
15+ - package-ecosystem : " maven"
16+ directory : " /vertx-web-graphql"
17+ target-branch : 4.x
18+ schedule :
19+ interval : " daily"
20+ allow :
21+ - dependency-name : " com.graphql-java:graphql-java"
22+ ignore :
23+ - dependency-name : " com.graphql-java:graphql-java"
24+ update-types :
25+ - " version-update:semver-major"
26+
27+ - package-ecosystem : " maven"
28+ directory : " /vertx-web-graphql"
29+ target-branch : " 5.0"
30+ schedule :
31+ interval : " daily"
32+ allow :
33+ - dependency-name : " com.graphql-java:graphql-java"
34+ ignore :
35+ - dependency-name : " com.graphql-java:graphql-java"
36+ update-types :
37+ - " version-update:semver-major"
You can’t perform that action at this time.
0 commit comments