Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"enabled": true
},
"packageRules": [
{
"description": "Only update major Python versions manually",
"enabled": false,
"matchPackageNames": [
"python"
]
},
{
"groupName": "pep621",
"matchManagers": [
Expand Down Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Comment thread
MattyTheHacker marked this conversation as resolved.
if: ${{!cancelled()}}

pymarkdown:
runs-on: ubuntu-latest
Expand Down