Skip to content

Commit

Permalink
Don't allow snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbille authored Nov 19, 2024
1 parent cfd0f2b commit d8d8ab4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"extends": [
"config:recommended"
],
"labels": ["dependency"]
"labels": ["dependency"],
"packageRules": [
{
"matchPackageNames": ["com.graphql-java:graphql-java-extended-scalars"],
"allowedVersions": "/^[0-9]+\\.[0-9]+$/"
}
]
}

0 comments on commit d8d8ab4

Please sign in to comment.