From b9af40ebf5c0305fee4e60beb126757408913f3b Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Mon, 5 May 2025 10:50:44 +0100 Subject: [PATCH 1/3] Disable auto-update of major Python version Signed-off-by: Matt Norton --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 443d141fb..e3dec84b0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -27,6 +27,13 @@ "enabled": true }, "packageRules": [ + { + "description": "Only update major Python versions manually", + "matchPackageNames": [ + "python" + ], + "enabled": false + }, { "groupName": "pep621", "matchManagers": [ @@ -58,7 +65,7 @@ ] }, { - "description": "Update frquently changing pre-commit hooks on Tuesday mornings", + "description": "Update frequently changing pre-commit hooks on Tuesday mornings", "matchManagers": [ "pre-commit" ], From 3cb8285d7ceefe21516add6af7dcf8387687b825 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:51:49 +0000 Subject: [PATCH 2/3] [pre-commit.ci lite] apply automatic fixes --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e3dec84b0..011b78fc8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,10 +29,10 @@ "packageRules": [ { "description": "Only update major Python versions manually", + "enabled": false, "matchPackageNames": [ "python" - ], - "enabled": false + ] }, { "groupName": "pep621", From 44b2bfc1a3db701d37adfda0df07a7ad6da0eca3 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Mon, 5 May 2025 11:09:39 +0100 Subject: [PATCH 3/3] Fix GitHub workflow file formatting Signed-off-by: Matt Norton --- .github/workflows/check-build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-build-deploy.yaml b/.github/workflows/check-build-deploy.yaml index d2fa6308f..80cd96e2b 100644 --- a/.github/workflows/check-build-deploy.yaml +++ b/.github/workflows/check-build-deploy.yaml @@ -102,7 +102,7 @@ jobs: run: uv run -- pre-commit run --all-files --hook-stage manual # TODO: Add GitHub workflows output format - uses: pre-commit-ci/lite-action@v1.1.0 - if: ${{ !cancelled() }} + if: ${{!cancelled()}} pymarkdown: runs-on: ubuntu-latest