Skip to content

Commit

Permalink
Renovateをまとめる
Browse files Browse the repository at this point in the history
  • Loading branch information
oguemon committed Feb 21, 2024
1 parent 351167c commit a3c08a0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":disableDependencyDashboard"],
"schedule": ["before 8am"]
"schedule": ["before 8am"],
"packageRules": [
{
"groupName": "patch",
"matchUpdateTypes": ["patch"],
"matchPackagePatterns": ["*"],
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"]
},
{
"groupName": "minor",
"matchUpdateTypes": ["minor"],
"matchPackagePatterns": ["*"],
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"]
}
]
}

0 comments on commit a3c08a0

Please sign in to comment.