24 lines
711 B
Plaintext
24 lines
711 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-Admin <bot@truecharts.org>",
|
|
"packageRules": [
|
|
// Setup datasources for github actions
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"commitMessageTopic": "github-action {{depName}} [skip ci]",
|
|
"automerge": true,
|
|
}
|
|
]
|
|
}
|