scale-catalog/truetool/.github/renovate.json5
Kjeld Schouten-Lebbing 8ac7f0fb9c move to truetool folder
2023-03-16 09:47:07 +01:00

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