Create renovate.json5

This commit is contained in:
Kjeld Schouten-Lebbing 2022-06-16 12:33:05 +02:00 committed by GitHub
parent 6370ffab45
commit 8d269d1138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/renovate.json5 vendored Normal file
View File

@ -0,0 +1,23 @@
{
"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,
}
]
}