diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5861879..8be75fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: - "/template/.github/workflows" schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d09b0..34bba21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml @@ -11,7 +11,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [-c=.yamllint.yaml] @@ -22,6 +22,6 @@ repos: - id: codespell - repo: https://github.com/crate-ci/typos - rev: v1.29.7 + rev: v1.42.3 hooks: - id: typos diff --git a/README.md b/README.md index 4786229..0eef8f9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We assume that you have full internet access. uv is a tool to manage Python projects and for managing isolated Python-based applications. You will use it in your generated project to manage dependencies and build distribution files. Install uv by following their [instructions](https://docs.astral.sh/uv/getting-started/installation/). - + Note: Environments with private pypi repository may need extra configuration (example): `export UV_DEFAULT_INDEX=https://nexus.example.com/repository/pypi-all/simple` diff --git a/template/.github/dependabot.yml b/template/.github/dependabot.yml index da995f7..127295b 100644 --- a/template/.github/dependabot.yml +++ b/template/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: directory: "/" schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 3641b7a..5f4172b 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml @@ -11,7 +11,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.38.0 hooks: - id: yamllint args: [-c=.yamllint.yaml] @@ -24,13 +24,13 @@ repos: - tomli - repo: https://github.com/crate-ci/typos - rev: v1.31.1 + rev: v1.42.3 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.3 + rev: v0.14.14 hooks: # Run the linter. - id: ruff @@ -40,6 +40,6 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.6.12 + rev: 0.9.28 hooks: - id: uv-lock diff --git a/template/docs/js/extra-loader.js b/template/docs/js/extra-loader.js index e8319b7..b095c53 100644 --- a/template/docs/js/extra-loader.js +++ b/template/docs/js/extra-loader.js @@ -1,3 +1,2 @@ // See https://facelessuser.github.io/pymdown-extensions/extras/mermaid/#custom-loader // And https://github.com/facelessuser/pymdown-extensions/blob/main/docs/src/js/material-extra-3rdparty.js -