2024-05-18 20:54:55 +02:00
|
|
|
{
|
2025-07-22 05:23:36 +02:00
|
|
|
"baseBranchPatterns": [
|
2024-06-17 16:27:13 +02:00
|
|
|
"master"
|
2024-06-04 11:37:25 +02:00
|
|
|
],
|
2024-05-18 20:54:55 +02:00
|
|
|
"rebaseWhen": "conflicted",
|
2025-04-25 21:44:26 +02:00
|
|
|
"semanticCommits": "enabled",
|
2024-06-04 11:37:25 +02:00
|
|
|
"labels": [
|
|
|
|
|
"Dependencies"
|
|
|
|
|
],
|
2024-05-18 20:54:55 +02:00
|
|
|
"extends": [
|
2024-06-04 09:39:51 +02:00
|
|
|
"config:best-practices",
|
2024-05-19 19:46:45 +02:00
|
|
|
"github>mihonapp/mihon//.github/renovate.json5"
|
2025-04-25 21:44:26 +02:00
|
|
|
],
|
|
|
|
|
"packageRules": [
|
|
|
|
|
{
|
|
|
|
|
"groupName": "GitHub Actions",
|
2025-07-22 05:23:36 +02:00
|
|
|
"matchManagers": [
|
|
|
|
|
"github-actions"
|
|
|
|
|
],
|
2025-04-25 21:44:26 +02:00
|
|
|
"pinDigests": true
|
|
|
|
|
}
|
2024-06-04 11:37:25 +02:00
|
|
|
]
|
2024-05-19 19:46:45 +02:00
|
|
|
}
|