You've already forked renovate-config
fix(helm): add packageRule for helm/helm
This commit is contained in:
@@ -16,12 +16,10 @@
|
|||||||
{
|
{
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"renovate/automerge",
|
"renovate/automerge",
|
||||||
"renovate/golang"
|
"renovate/helm"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"groupName": "helm",
|
|
||||||
"groupSlug": "helm",
|
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"helm"
|
"helm"
|
||||||
],
|
],
|
||||||
@@ -30,10 +28,29 @@
|
|||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/helm"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"enabled": true,
|
||||||
|
"matchDatasources": [
|
||||||
|
"github-tags",
|
||||||
|
"github-releases"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"helm/helm"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"groupName": "Update helm plugin 'unittest'",
|
"groupName": "Update helm plugin 'unittest'",
|
||||||
"matchDepNames": [
|
"matchPackageNames": [
|
||||||
"helm-unittest/helm-unittest"
|
"helm-unittest/helm-unittest"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user