Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#578)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 194196d commit 9785756
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"extends": ["config:best-practices"],
"prHourlyLimit": 2,
"prConcurrentLimit": 6,
"packageRules": [
{
"groupName": "structurizr",
"matchPackagePrefixes": [
"com.structurizr:"
]
"matchPackageNames": ["com.structurizr:{/,}**"]
},
{
"groupName": "jetty",
"matchPackagePrefixes": [
"org.eclipse.jetty:",
"org.eclipse.jetty.websocket:"
]
"matchPackageNames": ["org.eclipse.jetty:{/,}**", "org.eclipse.jetty.websocket:{/,}**"]
},
{
"matchDepNames": "net.sourceforge.plantuml:plantuml",
Expand Down

0 comments on commit 9785756

Please sign in to comment.