Skip to content

Commit

Permalink
renovate.jsonの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Jun 18, 2024
1 parent ed5bb7f commit 65f8610
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"monorepo:storybook",
"monorepo:react",
"monorepo:nextjs"
],
"timezone": "Asia/Tokyo",
"prConcurrentLimit": 10,
"schedule": [
"before 10pm"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 65f8610

Please sign in to comment.