From 825bb537d4892e13b51dacaf0031d7b6f73a6dcd Mon Sep 17 00:00:00 2001 From: xxyzz Date: Mon, 11 Dec 2023 18:34:00 +0800 Subject: [PATCH] Ignore "typos" patch updates --- .github/dependabot.yml | 3 +++ .github/workflows/build_docs.yml | 2 +- .github/workflows/linter.yml | 4 ++-- .github/workflows/tests.yml | 2 +- __init__.py | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..276a3c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "typos" # ignore patch updates + update-types: ["version-update:semver-patch"] diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index a7a0a2b..3041ddf 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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' diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 55c27db..e157fde 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2a459c..ba4f745 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: with: submodules: 'true' - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ env.PY_VERSION }} diff --git a/__init__.py b/__init__.py index c8ec94f..437b5f9 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ from calibre.customize import InterfaceActionBase -VERSION = (3, 29, 8) +VERSION = (3, 30, 0) class WordDumbDumb(InterfaceActionBase):