Skip to content

Commit

Permalink
add prefixes for basic kotlin packages and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jul 22, 2024
1 parent 332baee commit b5e8280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
{
"groupName": "PMD packages",
"matchPackagePrefixes": ["net.sourceforge.pmd:pmd-"]
},
{
"groupName": "Kotlin version",
"matchPackagePrefixes": ["org.jetbrains.kotlin:kotlin-", "org.jetbrains.kotlin.plugin."]
}
]
}

0 comments on commit b5e8280

Please sign in to comment.