Skip to content

Commit

Permalink
chore: add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 16, 2024
1 parent b7ae83d commit fc484a2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Asia/Shanghai",
"schedule": ["before 8am on monday"],
"assignees": ["@Boshen"],
"automerge": true,
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "npm packages",
"matchManagers": ["npm"]
}
]
}

0 comments on commit fc484a2

Please sign in to comment.