fix(renovate): update packageRule for helm-unittest/helm-unittest
All checks were successful
Helm / helm-unittest (push) Successful in 7s
Helm / helm-lint (push) Successful in 14s

This commit is contained in:
2025-10-16 22:08:05 +02:00
parent 0674569892
commit 2b74827332

View File

@@ -52,12 +52,17 @@
] ]
}, },
{ {
"automerge": true,
"groupName": "Update helm plugin 'unittest'", "groupName": "Update helm plugin 'unittest'",
"matchDepNames": [ "matchDepNames": [
"helm-unittest/helm-unittest" "helm-unittest/helm-unittest"
], ],
"matchDatasources": [ "matchDatasources": [
"github-releases" "github-releases"
],
"matchUpdateTypes": [
"minor",
"patch"
] ]
}, },
{ {