Skip to content

Commit

Permalink
Group Quarkus dependencies for full upgrade Renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
clementguillot committed Feb 19, 2024
1 parent 084f470 commit a9193c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@
"registry.access.redhat.com/ubi8/ubi-minimal"
],
"allowedVersions": "/^[0-9]+\\.[0-9]+$/"
},
{
"description": "Group Quarkus dependencies",
"groupName": "Quarkus",
"matchFileNames": [
"**/build.gradle.kts",
"gradle.properties",
"settings.gradle.kts"
],
"matchPackagePatterns": [
"io.quarkus",
"io.quarkus.platform:quarkus-bom"
]
}
]
}

0 comments on commit a9193c2

Please sign in to comment.