Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 71185b3

Browse files
committed
Merge branch 'renovate/org.reflections-reflections-0.9.x' into renovate/org.reflections-reflections-0.x
2 parents 98e3d75 + b9eadae commit 71185b3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

renovate.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22
"extends": [
33
"config:base"
44
],
5-
"includeForks" : true,
5+
"includeForks": true,
66
"packageRules": [
77
{
8-
"matchPackagePatterns": ["^com.graphql-java"],
8+
"matchPackagePatterns": [
9+
"^com.graphql-java"
10+
],
911
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
1012
},
1113
{
12-
"matchPackageNames": ["io.github.graphql-java:graphql-java-annotations"],
14+
"matchPackageNames": [
15+
"io.github.graphql-java:graphql-java-annotations"
16+
],
1317
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
18+
},
19+
{
20+
"matchPackageNames": [
21+
"org.reflections:reflections"
22+
],
23+
"allowedVersions": "<=0.9.11"
1424
}
1525
]
16-
}
26+
}

0 commit comments

Comments
 (0)