Skip to content

Commit

Permalink
Group jnxplus npm package and gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
clementguillot committed Feb 9, 2024
1 parent 275c0a0 commit dc8da11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Group JNxPlus dependencies",
"groupName": "jnxplus",
"matchFileNames": [
"gradle.properties",
"settings.gradle.kts",
"package.json"
],
"matchPackagePatterns": [
"io.github.khalilou88.jnxplus",
"@jnxplus/nx-gradle"
]
}
]
}

0 comments on commit dc8da11

Please sign in to comment.