komikku/renovate.json
renovate[bot] e9437d6674
chore(config): migrate config renovate.json (#1050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 10:23:36 +07:00

23 lines
406 B
JSON

{
"baseBranchPatterns": [
"master"
],
"rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"labels": [
"Dependencies"
],
"extends": [
"config:best-practices",
"github>mihonapp/mihon//.github/renovate.json5"
],
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": [
"github-actions"
],
"pinDigests": true
}
]
}