Skip to content

Commit

Permalink
Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 12, 2024
1 parent 9329a4d commit d74db77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"semanticCommits": true,
"semanticCommitType": "ci",
"commitMessageLowerCase": "never",
"autoApprove": true,
"automerge": false,
"packageRules": [
{
"matchPackageNames": ["seamapi-types"],
"matchPackagePatterns": ["^@seamapi/"],
"groupName": "seam"
}
]
}

0 comments on commit d74db77

Please sign in to comment.