forked from jooby-project/jooby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
42 lines (42 loc) · 925 Bytes
/
dependabot.yml
File metadata and controls
42 lines (42 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/modules/jooby-graphiql"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/modules/jooby-graphql-playground"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: graphql-playground-react
versions:
- "> 1.7.26, < 1.8"
- package-ecosystem: npm
directory: "/modules/jooby-redoc"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: redoc
versions:
- 2.0.0-rc.51
- package-ecosystem: npm
directory: "/modules/jooby-swagger-ui"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: swagger-ui-dist
versions:
- 3.42.0
- 3.43.0
- 3.45.0
- 3.45.1