Skip to content

chore(deps): Bump the "infrastructure" group with 2 updates across multiple ecosystems - #404

Merged
layeredcraft-dependabot-automerge[bot] merged 1 commit into
mainfrom
dependabot/infrastructure-387dd5845d
Sep 23, 2026
Merged

layeredcraft-dependabot-automerge[bot] merged 1 commit into
mainfrom
dependabot/infrastructure-387dd5845d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the infrastructure group with 4 updates: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml, LayeredCraft/devops-templates/.github/workflows/publish-preview.yml, LayeredCraft/devops-templates and LayeredCraft/devops-templates/.github/workflows/publish-release.yml.

Updates LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml from 10.6 to 10.7

Release notes

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

v10.7

Summary

v10.7 adds opt-in GitHub Actions support for ARM64 .NET 11 Lambda Native AOT packaging when Amazon.Lambda.Tools does not yet provide the required AWS SAM build image.

A Lambda project opts in through its own aws-lambda-tools-defaults.json: it declares use-container-for-build and container-image-for-build. The reusable workflow detects that setting, builds the declared local AL2023 ARM64 image with the exact SDK from the consumer's global.json, and leaves Amazon.Lambda.Tools responsible for the normal publish and ZIP package operation.

Projects without a custom build image keep the ordinary Lambda Tools path and do not invoke the Native AOT image action. The action is resolved from the same immutable revision as the reusable workflow. Once AWS supplies official .NET 11 ARM64 Native AOT image support, removing the two project-default settings returns the project to the standard path.

Changes

Features

Commits

Updates LayeredCraft/devops-templates/.github/workflows/publish-preview.yml from 10.6 to 10.7

Release notes

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

v10.7

Summary

v10.7 adds opt-in GitHub Actions support for ARM64 .NET 11 Lambda Native AOT packaging when Amazon.Lambda.Tools does not yet provide the required AWS SAM build image.

A Lambda project opts in through its own aws-lambda-tools-defaults.json: it declares use-container-for-build and container-image-for-build. The reusable workflow detects that setting, builds the declared local AL2023 ARM64 image with the exact SDK from the consumer's global.json, and leaves Amazon.Lambda.Tools responsible for the normal publish and ZIP package operation.

Projects without a custom build image keep the ordinary Lambda Tools path and do not invoke the Native AOT image action. The action is resolved from the same immutable revision as the reusable workflow. Once AWS supplies official .NET 11 ARM64 Native AOT image support, removing the two project-default settings returns the project to the standard path.

Changes

Features

Commits

Updates LayeredCraft/devops-templates from 10.6 to 10.7

Release notes

Sourced from LayeredCraft/devops-templates's releases.

v10.7

Summary

v10.7 adds opt-in GitHub Actions support for ARM64 .NET 11 Lambda Native AOT packaging when Amazon.Lambda.Tools does not yet provide the required AWS SAM build image.

A Lambda project opts in through its own aws-lambda-tools-defaults.json: it declares use-container-for-build and container-image-for-build. The reusable workflow detects that setting, builds the declared local AL2023 ARM64 image with the exact SDK from the consumer's global.json, and leaves Amazon.Lambda.Tools responsible for the normal publish and ZIP package operation.

Projects without a custom build image keep the ordinary Lambda Tools path and do not invoke the Native AOT image action. The action is resolved from the same immutable revision as the reusable workflow. Once AWS supplies official .NET 11 ARM64 Native AOT image support, removing the two project-default settings returns the project to the standard path.

Changes

Features

Commits

Updates LayeredCraft/devops-templates/.github/workflows/publish-release.yml from 10.6 to 10.7

Release notes

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

v10.7

Summary

v10.7 adds opt-in GitHub Actions support for ARM64 .NET 11 Lambda Native AOT packaging when Amazon.Lambda.Tools does not yet provide the required AWS SAM build image.

A Lambda project opts in through its own aws-lambda-tools-defaults.json: it declares use-container-for-build and container-image-for-build. The reusable workflow detects that setting, builds the declared local AL2023 ARM64 image with the exact SDK from the consumer's global.json, and leaves Amazon.Lambda.Tools responsible for the normal publish and ZIP package operation.

Projects without a custom build image keep the ordinary Lambda Tools path and do not invoke the Native AOT image action. The action is resolved from the same immutable revision as the reusable workflow. Once AWS supplies official .NET 11 ARM64 Native AOT image support, removing the two project-default settings returns the project to the standard path.

Changes

Features

Commits

Bumps the infrastructure group with 2 updates: @commitlint/cli and @commitlint/config-conventional.

Updates @commitlint/cli from 21.2.2 to 21.2.3

Release notes

Sourced from @​commitlint/cli's releases.

v21.2.3

21.2.3 (2026-09-19)

Bug Fixes

Refactor

Chore, ci, build, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.2...v21.2.3

Changelog

Sourced from @​commitlint/cli's changelog.

21.2.3 (2026-09-19)

Bug Fixes

  • lint: trim trailing whitespace off the message handed to ignore matchers (#4960) (a6f279b)
Commits
  • 95d4056 v21.2.3
  • a6f279b fix(lint): trim trailing whitespace off the message handed to ignore matchers...
  • See full diff in compare view

Updates @commitlint/config-conventional from 21.2.2 to 21.2.3

Release notes

Sourced from @​commitlint/config-conventional's releases.

v21.2.3

21.2.3 (2026-09-19)

Bug Fixes

Refactor

Chore, ci, build, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.2...v21.2.3

Changelog

Sourced from @​commitlint/config-conventional's changelog.

21.2.3 (2026-09-19)

Bug Fixes

  • rules: report the case that matched in case rule failure messages (#4962) (9f5f7bc)
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 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 4 updates: [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates), [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates), [LayeredCraft/devops-templates](https://github.com/layeredcraft/devops-templates) and [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates).


Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.6 to 10.7
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.6...v10.7)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.6 to 10.7
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.6...v10.7)

Updates `LayeredCraft/devops-templates` from 10.6 to 10.7
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.6...v10.7)

Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.6 to 10.7
- [Release notes](https://github.com/layeredcraft/devops-templates/releases)
- [Commits](LayeredCraft/devops-templates@v10.6...v10.7)
chore(deps-dev): Bump the infrastructure group with 2 updates

Bumps the infrastructure group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional).


Updates `@commitlint/cli` from 21.2.2 to 21.2.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.3/@commitlint/cli)

Updates `@commitlint/config-conventional` from 21.2.2 to 21.2.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.3/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml
  dependency-version: '10.7'
  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.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: LayeredCraft/devops-templates
  dependency-version: '10.7'
  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.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infrastructure
- dependency-name: "@commitlint/cli"
  dependency-version: 21.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: infrastructure
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: infrastructure
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions Bot added the type: chore Maintenance task label Sep 23, 2026
@layeredcraft-dependabot-automerge
layeredcraft-dependabot-automerge Bot merged commit 599d2de into main Sep 23, 2026
6 checks passed
@layeredcraft-dependabot-automerge
layeredcraft-dependabot-automerge Bot deleted the dependabot/infrastructure-387dd5845d branch September 23, 2026 01:19
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.

0 participants