Skip to content

Commit

Permalink
Ignore "typos" patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Dec 11, 2023
1 parent 9535aea commit 825bb53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "typos" # ignore patch updates
update-types: ["version-update:semver-patch"]
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: psf/black@stable
Expand All @@ -26,4 +26,4 @@ jobs:
- run: |
python -m pip install ruff
ruff .
- uses: crate-ci/typos@v1.16.23
- uses: crate-ci/typos@v1.16.24
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
submodules: 'true'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PY_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from calibre.customize import InterfaceActionBase

VERSION = (3, 29, 8)
VERSION = (3, 30, 0)


class WordDumbDumb(InterfaceActionBase):
Expand Down

0 comments on commit 825bb53

Please sign in to comment.