From 26910244e6f5c49be8de81ddf2c444a05fc7f84e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Jun 2026 01:56:53 +0000 Subject: [PATCH] chore(deps): update dependency helm-unittest/helm-unittest to v1.1.1 (#1090) Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/1090 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/test-pr.yml | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index e0b315d..343db06 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -10,7 +10,7 @@ on: env: # renovate: datasource=github-releases depName=helm-unittest/helm-unittest - HELM_UNITTEST_VERSION: "v1.1.0" + HELM_UNITTEST_VERSION: "v1.1.1" jobs: check-and-test: diff --git a/.vscode/settings.json b/.vscode/settings.json index c027423..d06d1d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.0/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },