Files
teatea/renovate.json
ssig33 909a19af43
Some checks failed
CI / test (push) Successful in 13s
Renovate / renovate (push) Has been cancelled
update .github/workflows/renovate.yaml, renovate.json
2025-11-15 16:04:30 +09:00

13 lines
288 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"prHourlyLimit": 200,
"packageRules": [
{
"groupName": "Minor and Patch dependencies",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}