Skip to content

Commit

Permalink
Consolidate gradle enterprise version bumps (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jul 27, 2023
1 parent 47f05de commit fe3a413
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"config:base"
],
"packageRules": [
{
"matchPackagePrefixes": ["ch.qos.logback:"],
"groupName": "logback packages"
},
{
"matchPackagePrefixes": ["com.gradle.enterprise"],
"groupName": "gradle enterprise packages"
},
{
// junit-pioneer 2+ requires Java 11+
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"],
Expand Down

0 comments on commit fe3a413

Please sign in to comment.