From fbc7f13f60fb7509a792aba265e6b47e432f6f06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:50:06 +0000 Subject: [PATCH] chore(deps): update automerge non-major updates --- .github/workflows/lint.yaml | 2 +- mise.toml | 2 +- releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl | 2 +- releases/gha-runner-scale-set/helmfile.yaml.gotmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a109987..063b8ef 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Run helmfile lint - uses: helmfile/helmfile-action@v2.3.1 + uses: helmfile/helmfile-action@v2.4.1 with: helmfile-args: lint helmfile-version: "v1.2.3" diff --git a/mise.toml b/mise.toml index 164fe67..fa6020b 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] helm = "4.1.3" -helmfile = "1.4.2" +helmfile = "1.4.3" diff --git a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl index 2d42bd1..af50554 100644 --- a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl +++ b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl @@ -6,6 +6,6 @@ releases: createNamespace: true namespace: arc-system chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller - version: 0.13.1 + version: 0.14.0 inherit: - template: default diff --git a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl index 1a46c10..9f87ae7 100644 --- a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl +++ b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl @@ -5,6 +5,6 @@ releases: - name: my-arc-runners namespace: arc-runners chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set - version: 0.13.1 + version: 0.14.0 inherit: - template: default