21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"baseBranches": [
|
|
"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
|
|
}
|
|
]
|
|
}
|