chore: reduce Renovate noise - monthly schedule, group major updates

This commit is contained in:
dayuan.jiang
2026-01-10 23:26:42 +09:00
parent bc0f96d3c9
commit 42ecc35950

View File

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