Skip to content

Commit

Permalink
chore: config renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Apr 22, 2022
1 parent e049d54 commit a683c0c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": [
"config:base",
"group:allNonMajor",
"group:linters",
":preserveSemverRanges"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["typescript", "ts-node"],
"addLabels": ["ts", "types"],
"groupName": "typescript"
},
{
"extends": "group:jsUnitTest",
"matchPackageNames": [
"ts-jest",
"@swc-node/jest"
]
}
],
"commitMessagePrefix": "chore: ",
"commitMessageAction": "bump up",
"commitMessageTopic": "{{depName}} version"
}

0 comments on commit a683c0c

Please sign in to comment.