mihon-preview/.github/renovate.json5
AntsyLich 96927b3336
Update renovate config
- Disable semantic commits
- Group github action deps
2024-10-24 03:35:17 +06:00

13 lines
275 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
}
]
}