Files
actions-gh-pages/renovate.json
Shohei Ueda 4b09552702
Some checks failed
Code Scanning / CodeQL-Build (push) Failing after 0s
Test / test (ubuntu-22.04) (push) Failing after 0s
Test / test (ubuntu-latest) (push) Failing after 0s
Test / test (macos-latest) (push) Has been cancelled
Test / test (ubuntu-20.04) (push) Has been cancelled
Test / test (windows-latest) (push) Has been cancelled
ci: change automerge to false
2025-03-18 14:44:56 +09:00

14 lines
272 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>peaceiris/renovate-config"
],
"packageRules": [
{
"automerge": false,
"matchUpdateTypes": ["minor", "patch"],
"automergeStrategy": "squash"
}
]
}