mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 15:44:30 -03:00
use helmv3
This commit is contained in:
2
.github/renovate/basics/labels.json5
vendored
2
.github/renovate/basics/labels.json5
vendored
@@ -30,7 +30,7 @@
|
||||
"addLabels": ["renovate/container"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
"matchDatasources": ["helmv3"],
|
||||
"addLabels": ["renovate/helm"]
|
||||
},
|
||||
{
|
||||
|
||||
2
.github/renovate/kinds/helm.json5
vendored
2
.github/renovate/kinds/helm.json5
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"helm": {
|
||||
"helmv3": {
|
||||
"fileMatch": [
|
||||
".+/Chart\\.ya?ml(?:\\.j2)?$" // Matches Chart.yaml or Chart.yml files, optionally with a .j2 extension
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user