Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2025

Bumps the github-actions group with 2 updates in the / directory: kurtmckee/github-workflows/.github/workflows/create-pr.yaml and kurtmckee/github-workflows/.github/workflows/tox.yaml.

Updates kurtmckee/github-workflows/.github/workflows/create-pr.yaml from 1.5 to 1.7

Release notes

Sourced from kurtmckee/github-workflows/.github/workflows/create-pr.yaml's releases.

v1.7

Fixed

  • tox: Only pre-create target environments, if any.

    Previously, the list of target environments was unspecified, so tox would pre-create all tox environments.

v1.6

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

Documentation

  • Expand the table of contents in the tox workflow documentation.
  • Fix some typos in the documentation.
  • Document how to control the job name in CI.

Development

  • Test the project in CI.
Changelog

Sourced from kurtmckee/github-workflows/.github/workflows/create-pr.yaml's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024-2025 Kurt McKee [email protected] SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-1.7:

1.7 — 2025-11-30

Fixed

  • tox: Only pre-create target environments, if any.

    Previously, the list of target environments was unspecified, so tox would pre-create all tox environments.

.. _changelog-1.6:

1.6 — 2025-11-28

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

... (truncated)

Commits

Updates kurtmckee/github-workflows/.github/workflows/tox.yaml from 1.5 to 1.7

Release notes

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's releases.

v1.7

Fixed

  • tox: Only pre-create target environments, if any.

    Previously, the list of target environments was unspecified, so tox would pre-create all tox environments.

v1.6

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

Documentation

  • Expand the table of contents in the tox workflow documentation.
  • Fix some typos in the documentation.
  • Document how to control the job name in CI.

Development

  • Test the project in CI.
Changelog

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024-2025 Kurt McKee [email protected] SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-1.7:

1.7 — 2025-11-30

Fixed

  • tox: Only pre-create target environments, if any.

    Previously, the list of target environments was unspecified, so tox would pre-create all tox environments.

.. _changelog-1.6:

1.6 — 2025-11-28

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates in the / directory: [kurtmckee/github-workflows/.github/workflows/create-pr.yaml](https://github.com/kurtmckee/github-workflows) and [kurtmckee/github-workflows/.github/workflows/tox.yaml](https://github.com/kurtmckee/github-workflows).


Updates `kurtmckee/github-workflows/.github/workflows/create-pr.yaml` from 1.5 to 1.7
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@a8716fc...19c3c06)

Updates `kurtmckee/github-workflows/.github/workflows/tox.yaml` from 1.5 to 1.7
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@a8716fc...19c3c06)

---
updated-dependencies:
- dependency-name: kurtmckee/github-workflows/.github/workflows/create-pr.yaml
  dependency-version: '1.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: kurtmckee/github-workflows/.github/workflows/tox.yaml
  dependency-version: '1.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 30, 2025
@kurtmckee kurtmckee merged commit 971b4c3 into main Nov 30, 2025
5 checks passed
@kurtmckee kurtmckee deleted the dependabot/github_actions/github-actions-efe9c83eaf branch November 30, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants