scale-catalog/.github/renovate.json5
Kjeld Schouten-Lebbing 8d269d1138
Create renovate.json5
2022-06-16 12:33:05 +02:00

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,
}
]
}