diff --git a/.github/renovate.json b/.github/renovate.json index 443d141fb..011b78fc8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -27,6 +27,13 @@ "enabled": true }, "packageRules": [ + { + "description": "Only update major Python versions manually", + "enabled": false, + "matchPackageNames": [ + "python" + ] + }, { "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" ], 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