24 lines
709 B
Plaintext
24 lines
709 B
Plaintext
|
{
|
||
|
"semanticCommits": "enabled",
|
||
|
"extends": ["helpers:pinGitHubActionDigests"],
|
||
|
"dependencyDashboard": true,
|
||
|
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||
|
"suppressNotifications": ["prIgnoreNotification"],
|
||
|
"commitMessageTopic": "{{depName}}",
|
||
|
"commitMessageExtra": "to {{newVersion}}",
|
||
|
"commitMessageSuffix": "",
|
||
|
"rebaseWhen": "conflicted",
|
||
|
"prConcurrentLimit": 100,
|
||
|
"pinDigests": true,
|
||
|
"automerge": true,
|
||
|
"gitAuthor": "TrueCharts-Bot <bot@truecharts.org>",
|
||
|
"packageRules": [
|
||
|
// Setup datasources for github actions
|
||
|
{
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"commitMessageTopic": "github-action {{depName}} [skip ci]",
|
||
|
"automerge": true,
|
||
|
}
|
||
|
]
|
||
|
}
|