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

Commit a329136

Browse files
committed
Switching to use shareable renovate presets
1 parent 5e9c39f commit a329136

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

renovate.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
{
22
"extends": [
3-
"config:base"
4-
],
5-
"includeForks": true,
6-
"packageRules": [
7-
{
8-
"matchPackagePatterns": [
9-
"^com.graphql-java"
10-
],
11-
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
12-
},
13-
{
14-
"matchPackageNames": [
15-
"io.github.graphql-java:graphql-java-annotations"
16-
],
17-
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
18-
},
19-
{
20-
"matchPackageNames": [
21-
"org.reflections:reflections"
22-
],
23-
"allowedVersions": "<=0.9.11"
24-
}
3+
"github>graphql-java-kickstart/renovate-config"
254
]
265
}

0 commit comments

Comments
 (0)