Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 6a629b5 commit 52cecec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"prConcurrentLimit": 2,
"semanticCommits": "enabled",
"packageRules": [
{
"groupName": "NAudio monorepo",
"matchPackagePrefixes": [ "NAudio." ]
"matchPackageNames": [
"NAudio.{/,}**"
]
}
]
}

0 comments on commit 52cecec

Please sign in to comment.