chore: reduce Renovate noise - monthly schedule, group major updates (#569)

This commit is contained in:
Dayuan Jiang
2026-01-10 23:31:01 +09:00
committed by GitHub
parent bc0f96d3c9
commit 5eb797b191

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["after 10am on saturday"],
"schedule": ["after 10am on the first day of the month"],
"timezone": "Asia/Tokyo",
"packageRules": [
{
@@ -13,6 +13,7 @@
{
"matchUpdateTypes": ["major"],
"matchPackagePatterns": ["*"],
"groupName": "major dependencies",
"automerge": false
},
{