We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dbbf6 commit 5936805Copy full SHA for 5936805
renovate.json
@@ -1,5 +1,11 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "packageRules": [
4
+ {
5
+ "matchPackagePatterns": ["^io.quarkus:*"],
6
+ "allowedVersions": "/^3.(15|20)(\\..*)?$/"
7
+ }
8
+ ],
9
"extends": [
10
"config:recommended"
11
]
0 commit comments