chore(deps): restrict updates of helm/helm to minor and patch
All checks were successful
Build / build-amd64 (push) Successful in 26s
Lint Markdown files / markdown-lint (push) Successful in 3s
Build / build-arm64 (push) Successful in 1m4s

This commit is contained in:
2025-11-12 21:26:15 +01:00
parent 3bd63b7db7
commit 2b4be2c079

View File

@@ -31,6 +31,10 @@
],
"matchManagers": [
"regex"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]