Skip to content

Commit 249ac9f

Browse files
committed
chore(deps): configure renovate to only update graphql-java and graphql-java-annotations to semantic versions
1 parent a0c4042 commit 249ac9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchPackagePatterns": ["^com.graphql-java"],
8+
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
9+
},
10+
{
11+
"matchPackageNames": ["io.github.graphql-java:graphql-java-annotations"],
12+
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
13+
}
414
]
515
}

0 commit comments

Comments
 (0)