Skip to content

Commit

Permalink
Merge pull request #26 from paveg/activate-renovate
Browse files Browse the repository at this point in the history
Activate renovate
  • Loading branch information
paveg authored Apr 11, 2024
2 parents 518c6cc + 30ac837 commit f8f4631
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":timezone(Asia/Tokyo)"],
"schedule": ["before 4am on the first day of the month"],
"dependencyDashboard": true,
"ignoreDeps": [],
"packageRules": [
{
"groupName": "DevDependencies",
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"groupName": "Dependencies (minor update)",
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"groupName": "Package manager (pnpm)",
"matchPackagePatterns": ["^pnpm$"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit f8f4631

Please sign in to comment.