Skip to content

Commit

Permalink
chore(config): migrate renovate config (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AlekseyMartynov <[email protected]>
  • Loading branch information
renovate[bot] and AlekseyMartynov authored Oct 31, 2024
1 parent fcf0691 commit dd12797
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 dd12797

Please sign in to comment.