Create renovate.json5
This commit is contained in:
parent
6370ffab45
commit
8d269d1138
23
.github/renovate.json5
vendored
Normal file
23
.github/renovate.json5
vendored
Normal 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,
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user