Skip to content

Commit

Permalink
chore(config): migrate renovate config (#839)
Browse files Browse the repository at this point in the history
chore(config): migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent c9be2b0 commit 0b6b635
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
":pinDevDependencies",
":semanticCommitTypeAll(chore)"
],
"dependencies": {
"major": {
"semanticCommitType": "fix"
"packageRules": [
{
"matchDepTypes": [
"dependencies"
],
"major": {
"semanticCommitType": "fix"
}
}
}
]
}

0 comments on commit 0b6b635

Please sign in to comment.