Skip to content

Commit

Permalink
Merge pull request #500 from graphql-java-kickstart/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
oryan-block authored Apr 29, 2021
2 parents b2dfc61 + 2bbb840 commit 4f4e98a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["^com.graphql-java"],
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
}
]
}

0 comments on commit 4f4e98a

Please sign in to comment.