Conversation
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update jaxtyping requirement from >=0.3.6 to >=0.3.9
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.14.14 to >=0.15.11
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cookiecutter](https://github.com/cookiecutter/cookiecutter) to permit the latest version. - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Commits](cookiecutter/cookiecutter@2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: cookiecutter dependency-version: 2.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.2
chore(uv): update pytest-cov requirement from >=7.0.0 to >=7.1.0
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.14...0.0.32) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.32 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
….7.1 chore(uv): update cookiecutter requirement from >=2.6.0 to >=2.7.1
chore(deps): update astral-sh/setup-uv action to v8
chore(uv): update ty requirement from >=0.0.14 to >=0.0.32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Configuration changes, Dependencies
Description
Refactor GitHub Actions for improved CI/CD and release management.
Configure GitHub environments and branch protection rules.
Introduce Zed editor settings and a custom word list.
Update Python and GitHub Action dependencies.
Diagram Walkthrough
flowchart LR A[GitHub Workflows] --> B{CI/CD Refactor}; B -- "Manage" --> C[GitHub Environments]; B -- "Enforce" --> D[Branch Protection]; B -- "Update" --> E[Action Dependencies]; F[New Editor Config] --> G[Zed Settings]; G -- "Includes" --> H[Custom Word List]; I[Python Dependencies] --> J[Update `pyproject.toml`];File Walkthrough
5 files
Update `setup-uv` action to v8.1.0Update Docker Buildx, Metadata, and Build/Push actionsUpdate Docker Buildx, Metadata, and Build/Push actionsUpdate PR Agent action to v0.34Update Python dependencies including
google-cloud-logging,jaxtyping,pydantic, and dev dependencies6 files
Introduce GitHub environments for Develop, Production, and GitHubPagesImplement branch protection rules for the `develop` branchAssign `github-pages` environment to GH Pages deploy workflowAdd Prettier configuration for JSON, JSON5, and JSONC filesIntroduce Zed editor settings for various languages and formattingAdd a custom word list for codebook6 files
Addpull-requests: writepermission and checkout step to approveworkflow
Change publish trigger to `develop` branch and update Docker actionsChange devcontainer publish trigger todevelopbranch and updateDocker actions
Refactor release workflow fordevelopandmainbranches withenvironment-specific steps
Refactor settings workflow to manage branch, environments,permissions, and protectionAdddevelopbranch to test workflow trigger and update Codecov action1 files
Remove the Draft Release workflow