Skip to content

Commit 7b0c6ba

Browse files
committed
chore: Add renovate config
1 parent 707e9e0 commit 7b0c6ba

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:best-practices"],
4+
"timezone": "Asia/Tokyo",
5+
"schedule": ["before 5am on Monday"],
6+
"labels": ["dependencies"],
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"schedule": ["before 5am on Monday"]
10+
},
11+
"packageRules": [
12+
{
13+
"matchUpdateTypes": ["patch", "minor"],
14+
"automerge": true
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)