komikku/renovate.json

24 lines
406 B
JSON
Raw Normal View History

{
"baseBranchPatterns": [
2024-06-17 16:27:13 +02:00
"master"
],
"rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"labels": [
"Dependencies"
],
"extends": [
"config:best-practices",
2024-05-19 19:46:45 +02:00
"github>mihonapp/mihon//.github/renovate.json5"
],
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": [
"github-actions"
],
"pinDigests": true
}
]
2024-05-19 19:46:45 +02:00
}