Skip to content

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems - #79

Merged
ncipollina merged 2 commits into
mainfrom
dependabot/infrastructure-e05aae5ad2
Jul 29, 2026
Merged

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems#79
ncipollina merged 2 commits into
mainfrom
dependabot/infrastructure-e05aae5ad2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the infrastructure group with 9 updates:

Package From To
actions/create-github-app-token 2.2.2 3.2.0
actions/setup-python 6.3.0 7.0.0
astral-sh/setup-uv 8.3.2 9.0.0
LayeredCraft/devops-templates/.github/workflows/pr-build.yaml 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/publish-preview.yml 10.1 10.3
LayeredCraft/devops-templates 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/publish-release.yml 10.1 10.3
LayeredCraft/devops-templates/.github/workflows/release-drafter.yml 10.1 10.3

Updates actions/create-github-app-token from 2.2.2 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

... (truncated)

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates astral-sh/setup-uv from 8.3.2 to 9.0.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v9.0.0 🌈 Change prune-cache default to false

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @​cxzhong (#961)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits
  • c771a70 chore(deps): roll up Dependabot updates (#970)
  • 2f537ca chore: update known checksums for 0.11.30 (#968)
  • 2269552 Speed up version client by partial response reads (#807)
  • 47a7f4f Change prune-cache default to false (#967)
  • 71966ef chore(deps): roll up Dependabot updates (#962)
  • f12b1f0 fix: fall back to distribution ID when os-release has no version field (#961)
  • ecd24dd chore: update known checksums for 0.11.29 (#960)
  • 6a19136 docs: update version references to v8.3.2 (#949)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/pr-build.yaml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/pr-build.yaml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/publish-preview.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/publish-preview.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/publish-release.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/publish-release.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

Updates LayeredCraft/devops-templates/.github/workflows/release-drafter.yml from 10.1 to 10.3

Release notes

Sourced from LayeredCraft/devops-templates/.github/workflows/release-drafter.yml's releases.

v10.3

Changes

🔧 Maintenance

v10.2

Changes

🐛 Bug Fixes

Commits
  • fa7aa89 chore(deps): bump the actions-major group across 1 directory with 7 updates (...
  • 004e251 ci(github): use app token for dependabot merges (#35)
  • 5c94060 chore(deps): bump the actions-minor-patch group with 2 updates (#32)
  • 6cc0f64 fix: exempt dependabot PRs from title check by PR author, not event actor (#31)
  • See full diff in compare view

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 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 infrastructure group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.2` | `3.2.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `9.0.0` |
| [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |
| [LayeredCraft/devops-templates/.github/workflows/release-drafter.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` |


Updates `actions/create-github-app-token` from 2.2.2 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@fee1f7d...bcd2ba4)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6.3.0...v7.0.0)

Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v8.3.2...v9.0.0)

Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

Updates `LayeredCraft/devops-templates/.github/workflows/release-drafter.yml` from 10.1 to 10.3
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.1...v10.3)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-release.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml
  dependency-version: '10.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
...

Signed-off-by: dependabot[bot] <support@github.com>
@ncipollina
ncipollina enabled auto-merge (squash) July 29, 2026 13:58
@ncipollina
ncipollina merged commit c552187 into main Jul 29, 2026
9 checks passed
@ncipollina
ncipollina deleted the dependabot/infrastructure-e05aae5ad2 branch July 29, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant