diff --git a/.github/workflows/autofix-caller.yml b/.github/workflows/autofix-caller.yml index fe3c966..06b6418 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.5.16" + mise-version: "2026.6.1" autofix-config-dir: config-sync/files diff --git a/.github/workflows/lint-caller.yml b/.github/workflows/lint-caller.yml index 50d6602..0038626 100644 --- a/.github/workflows/lint-caller.yml +++ b/.github/workflows/lint-caller.yml @@ -19,7 +19,7 @@ jobs: security-events: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.5.16" + mise-version: "2026.6.1" # renovate: datasource=github-releases depName=golangci/golangci-lint golangci-lint-version: "v2.12.2" lint-config-dir: config-sync/files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7954880..6076b70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: with: install: true # renovate: datasource=github-releases depName=jdx/mise - version: "2026.5.16" + version: "2026.6.1" - name: Verify custom-manager governance coverage run: mise run test diff --git a/.mise.toml b/.mise.toml index 2386728..f365411 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.5.16" +min_version = "2026.6.1" [tools] actionlint = "1.7.12" diff --git a/config-sync/templates/.mise.toml b/config-sync/templates/.mise.toml index 1bffb38..66cffe5 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.5.16" +min_version = "2026.6.1" [tools] actionlint = "1.7.12" diff --git a/workflow-templates/autofix.yml b/workflow-templates/autofix.yml index a03cb72..0187d68 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.5.16" + mise-version: "2026.6.1" # 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 f8a4944..c73e613 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.5.16" + mise-version: "2026.6.1" # renovate: datasource=github-releases depName=golangci/golangci-lint golangci-lint-version: "v2.12.2" # Optional: use configs from a non-root directory. diff --git a/workflow-templates/release.yml b/workflow-templates/release.yml index 1f0f47a..eb346af 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.5.16" + mise-version: "2026.6.1" tag: ${{ github.ref_name }}