diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ef4490b..d3fcb937 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,11 @@ updates: labels: [⬆️ Lock] multi-ecosystem-group: lock patterns: ["*"] + - package-ecosystem: pre-commit + directory: "/" + labels: [⬆️ Lock] + multi-ecosystem-group: lock + patterns: ["*"] - package-ecosystem: uv directory: "/" labels: [⬆️ Lock] diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 67334ee7..fc473c23 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,6 +11,6 @@ jobs: update_release_draft: runs-on: ubuntu-slim steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 914e3165..938e0853 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.5 + rev: 0.8.8 hooks: - id: check-dev-files args: @@ -33,7 +33,7 @@ repos: - id: strip-nb-whitespace - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout args: @@ -61,7 +61,7 @@ repos: metadata.vscode - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.9 hooks: - id: ruff-check args: [--fix] @@ -103,14 +103,14 @@ repos: - id: taplo-format - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort args: - --in-place - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.1 hooks: - id: check-jsonschema name: Check CITATION.cff @@ -123,12 +123,12 @@ repos: pass_filenames: false - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.6.0 + rev: v9.8.0 hooks: - id: cspell - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: editorconfig @@ -153,6 +153,6 @@ repos: - id: pyright - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.3 + rev: 0.11.3 hooks: - id: uv-lock