File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"repoOwner" : " janusgraph" ,
3
3
"repoName" : " janusgraph" ,
4
- "targetBranchChoices" : [" v1.0 " ],
4
+ "targetBranchChoices" : [" v1.1 " ],
5
5
"branchLabelMapping" : {
6
6
"^backport/(.+)$" : " $1"
7
7
},
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
11
11
patterns :
12
12
- " org.junit.*"
13
13
labels :
14
- - " backport/v1.0 "
14
+ - " backport/v1.1 "
15
15
- " dependencies"
16
16
- " java"
17
17
@@ -22,5 +22,5 @@ updates:
22
22
time : " 11:00"
23
23
open-pull-requests-limit : 10
24
24
labels :
25
- - " backport/v1.0 "
25
+ - " backport/v1.1 "
26
26
- " dependencies"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ARG REVISION=test
89
89
LABEL org.opencontainers.image.title="JanusGraph Docker Image"
90
90
LABEL org.opencontainers.image.description="Official JanusGraph Docker image"
91
91
LABEL org.opencontainers.image.url="https://janusgraph.org/"
92
- LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.0 /"
92
+ LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.1 /"
93
93
LABEL org.opencontainers.image.revision="${REVISION}"
94
94
LABEL org.opencontainers.image.source="https://github.com/JanusGraph/janusgraph-docker/"
95
95
LABEL org.opencontainers.image.vendor="JanusGraph"
You can’t perform that action at this time.
0 commit comments