Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Jun 12, 2023
1 parent b0431ce commit 2e8781d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
"packageRules": [
{
"groupName": "Ckt1031-Nodejs-Config",
"groupSlug": "ckt1031",
"matchPackageNames": [
"@ckt1031/eslint-config",
"@ckt1031/prettier-config",
"@ckt1031/tsconfig"
],
}
]
}

0 comments on commit 2e8781d

Please sign in to comment.