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 b6fe5820..f7f4e02c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.6 + rev: 0.8.8 hooks: - id: check-dev-files args: @@ -31,7 +31,7 @@ repos: - id: strip-nb-whitespace - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout args: @@ -59,7 +59,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,13 +103,13 @@ 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 @@ -122,12 +122,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 @@ -158,6 +158,6 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.4 + rev: 0.11.3 hooks: - id: uv-lock