Skip to content

Commit 42eb33a

Browse files
roottoolclaude
andauthored
chore: Enable global automerge and config migration in Renovate (#24)
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 33e71ac commit 42eb33a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"timezone": "Asia/Tokyo",
55
"schedule": ["before 5am on Monday"],
66
"labels": ["dependencies"],
7+
"automerge": true,
8+
"configMigration": true,
79
"lockFileMaintenance": {
810
"enabled": true,
911
"schedule": ["before 5am on Monday"]
1012
},
1113
"packageRules": [
1214
{
13-
"matchUpdateTypes": ["patch", "minor"],
14-
"automerge": true
15+
"matchUpdateTypes": ["patch", "minor"]
1516
}
1617
]
1718
}

0 commit comments

Comments
 (0)