fix(renovate): update packageRule for helm-unittest/helm-unittest
All checks were successful
Helm / helm-unittest (push) Successful in 1m58s
Helm / helm-lint (push) Successful in 2m3s

This commit is contained in:
2025-10-16 22:01:54 +02:00
parent 671a635627
commit 95fd713da6

View File

@@ -54,12 +54,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"
] ]
}, },
{ {