update .github/workflows/renovate.yaml, renovate.json
Some checks failed
CI / test (push) Successful in 13s
Renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-11-15 16:04:30 +09:00
parent 7e521046d8
commit 909a19af43
2 changed files with 40 additions and 0 deletions

12
renovate.json Normal file
View File

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