mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 01:00:19 +08:00
try changing renovate again
This commit is contained in:
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
@@ -19,7 +19,6 @@
|
||||
"datasources": ["helm"],
|
||||
"matchManagers": ["helmv3"],
|
||||
"commitMessageTopic": "Helm chart {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
// global docker datasource settings
|
||||
{
|
||||
@@ -47,10 +46,14 @@
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
"automerge": true,
|
||||
"updateTypes": ["patch","minor"],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch-minor"],
|
||||
"groupName": ["patch/minor dep"],
|
||||
"groupName": "non-major helm deps",
|
||||
"groupSlug": "all-minor-patch"
|
||||
"schedule": [
|
||||
"on tuesday"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user