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

Commit dcd9692

Browse files
committed
Updating renovate package pattern for com.graphql-java
1 parent 08b8f74 commit dcd9692

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"extends": [
33
"config:base"
44
],
5-
"includeForks" : true
5+
"includeForks" : true,
6+
"packageRules": [
7+
{
8+
"matchPackagePatterns": ["^com.graphql-java"],
9+
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
10+
}
11+
]
612
}

0 commit comments

Comments
 (0)