From 386bfd7eb14a276bc2b313612165bc4df5ab1437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 16:47:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-release):=20update=20release=20jdx/m?= =?UTF-8?q?ise=20(=20v2026.4.17=20=E2=9E=94=20v2026.4.18=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autofix-caller.yml | 2 +- .github/workflows/lint-caller.yml | 2 +- .mise.toml | 2 +- config-sync/templates/.mise.toml | 2 +- workflow-templates/autofix.yml | 2 +- workflow-templates/lint.yml | 2 +- workflow-templates/release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autofix-caller.yml b/.github/workflows/autofix-caller.yml index 7f688d0..7306457 100644 --- a/.github/workflows/autofix-caller.yml +++ b/.github/workflows/autofix-caller.yml @@ -15,5 +15,5 @@ jobs: contents: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.4.17" + mise-version: "2026.4.18" autofix-config-dir: config-sync/files diff --git a/.github/workflows/lint-caller.yml b/.github/workflows/lint-caller.yml index 7a1763c..dd1e7da 100644 --- a/.github/workflows/lint-caller.yml +++ b/.github/workflows/lint-caller.yml @@ -19,5 +19,5 @@ jobs: security-events: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.4.17" + mise-version: "2026.4.18" lint-config-dir: config-sync/files diff --git a/.mise.toml b/.mise.toml index 162cc35..6ec2b58 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.4.17" +min_version = "2026.4.18" [tools] actionlint = "1.7.12" diff --git a/config-sync/templates/.mise.toml b/config-sync/templates/.mise.toml index 2357327..2d71b1c 100644 --- a/config-sync/templates/.mise.toml +++ b/config-sync/templates/.mise.toml @@ -1,6 +1,6 @@ # Template — adapt per repo. Remove tools you don't need. # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.4.17" +min_version = "2026.4.18" [tools] actionlint = "1.7.12" diff --git a/workflow-templates/autofix.yml b/workflow-templates/autofix.yml index a1557e8..b2bd20a 100644 --- a/workflow-templates/autofix.yml +++ b/workflow-templates/autofix.yml @@ -14,7 +14,7 @@ jobs: contents: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.4.17" + mise-version: "2026.4.18" # Optional: use formatter configs from a non-root directory. # autofix-config-dir: config-sync/files # Toggle formatters on/off (all default to true): diff --git a/workflow-templates/lint.yml b/workflow-templates/lint.yml index 1d6b779..2ada12d 100644 --- a/workflow-templates/lint.yml +++ b/workflow-templates/lint.yml @@ -18,7 +18,7 @@ jobs: security-events: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.4.17" + mise-version: "2026.4.18" # Optional: use configs from a non-root directory. # lint-config-dir: config-sync/files # Toggle linters on/off (all default to true): diff --git a/workflow-templates/release.yml b/workflow-templates/release.yml index aca51d4..f506f51 100644 --- a/workflow-templates/release.yml +++ b/workflow-templates/release.yml @@ -16,5 +16,5 @@ jobs: contents: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.4.17" + mise-version: "2026.4.18" tag: ${{ github.ref_name }}