From 16ba5694eff5afb7bbc6e61b488f345fb205f7b1 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Thu, 10 Apr 2025 18:06:33 +0100 Subject: [PATCH] add dependabot update setup-helm action and helm version --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/chart-releaser.yaml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0d08e26 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.github/workflows/chart-releaser.yaml b/.github/workflows/chart-releaser.yaml index 15ad080..22851b1 100644 --- a/.github/workflows/chart-releaser.yaml +++ b/.github/workflows/chart-releaser.yaml @@ -24,9 +24,9 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126 + uses: azure/setup-helm@v4.3.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126 with: - version: v3.14.1 + version: v3.17.3 - name: Add Bitnami Helm Repo run: helm repo add bitnami https://charts.bitnami.com/bitnami