Skip to content

[pull] main from GitTools:main#281

Open
pull[bot] wants to merge 381 commits intoFamilyfirst4:mainfrom
GitTools:main
Open

[pull] main from GitTools:main#281
pull[bot] wants to merge 381 commits intoFamilyfirst4:mainfrom
GitTools:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Nov 2, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot locked and limited conversation to collaborators Nov 2, 2025
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Nov 2, 2025
@arturcic arturcic force-pushed the main branch 2 times, most recently from a6d0c32 to 5e7846e Compare December 14, 2025 14:54
mergify bot and others added 2 commits January 13, 2026 16:53
…soft-9c4e83a0ee

(deps): Bump the microsoft group with 1 update
---
updated-dependencies:
- dependency-name: JunitXml.TestLogger
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot bot and others added 15 commits January 14, 2026 12:07
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.101 to 10.0.102.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v10.0.101...v10.0.102)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

(sdk): Bump dotnet-sdk from 10.0.101 to 10.0.102
Bumps Microsoft.Extensions.Configuration.CommandLine from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.FileSystemGlobbing from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Hosting from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Options from 10.0.1 to 10.0.2
Bumps System.Collections.Immutable from 10.0.1 to 10.0.2
Bumps System.CommandLine from 2.0.1 to 2.0.2
Bumps System.Reflection.Metadata from 10.0.1 to 10.0.2
Bumps System.Text.Json from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.CommandLine
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Text.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.Configuration.CommandLine
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.FileSystemGlobbing
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Collections.Immutable
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Reflection.Metadata
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: System.Text.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

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

(deps): Bump the microsoft group with 11 updates
Applies consistent build properties and package references to unit test and '.Testing' projects. Disables API analyzers for '.Testing' projects to streamline testing workflows.
---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Enable Microsoft Testing Platform as the default test runner in `global.json`. Configure projects for platform compatibility, adjust `dotnet test` commands, and remove direct `coverlet` integration. Improve coverage file publishing and update build dependencies.
Ensures test projects are compiled and dependencies restored before execution, bypassing CI-specific build flags.
…3TestAdapter-6.0.0

(deps): Bump NUnit3TestAdapter from 5.2.0 to 6.1.0
Improve build task robustness and ensure consistent file formatting.
Provide repository-specific context, workflows, and conventions for AI coding assistants to improve productivity.
Provides detailed guidance on repository-specific .NET development practices and establishes strict procedures for NuGet package management using the dotnet CLI.
Enhance JSON/YAML processing capabilities for the development environment. Includes minor formatting adjustments.
Removes implicit test package references for '.Testing' projects and adds Shouldly to GitVersion.Testing.
Moves frequently used System and Microsoft.Extensions namespaces to global usings in Directory.Build.props and project files, reducing boilerplate in source files.
…ture

Standardize test file namespaces and imports to match the updated project directory structure. Streamlines organization across `Agents`, `Configuration`, and `Core` tests.
Transition to a Mergify merge queue to ensure pull requests remain up-to-date prior to merging. Automatically squash Dependabot updates for a cleaner commit history.
dependabot bot and others added 30 commits March 22, 2026 21:28
---
updated-dependencies:
- dependency-name: Scriban
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

(deps): Bump Scriban from 6.6.0 to 7.0.0
Extend .editorconfig indentation settings to XML files for consistent formatting.
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 3 to 4.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases)
- [Commits](mislav/bump-homebrew-formula-action@v3...v4)

---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: coverlet.MTP
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…github/workflows/mislav/bump-homebrew-formula-action-4

(build deps): Bump mislav/bump-homebrew-formula-action from 3 to 4 in /.github/workflows
…MTP-8.0.1

(deps): Bump coverlet.MTP from 8.0.0 to 8.0.1
---
updated-dependencies:
- dependency-name: Scriban
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

(deps): Bump Scriban from 7.0.0 to 7.0.3
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

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

(docs deps): Bump picomatch from 2.3.1 to 2.3.2
Provide architectural overview, developer commands, and testing patterns to assist AI tools in navigating the repository.
---
updated-dependencies:
- dependency-name: Scriban
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

(deps): Bump Scriban from 7.0.3 to 7.0.5
…ed-update

ci(mergify): upgrade configuration to current format
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…github/workflows/codecov/codecov-action-6

(build deps): Bump codecov/codecov-action from 5 to 6 in /.github/workflows
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
...

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

(deps): Bump the microsoft group with 1 update
---
updated-dependencies:
- dependency-name: Scriban
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

(deps): Bump Scriban from 7.0.5 to 7.0.6
---
updated-dependencies:
- dependency-name: JsonSchema.Net.Generation
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…a.Net.Generation-7.2.0

(deps): Bump JsonSchema.Net.Generation from 7.1.3 to 7.2.0
Bumps [gittools/cicd](https://github.com/gittools/cicd) from 1 to 2.
- [Commits](GitTools/cicd@v1...v2)

---
updated-dependencies:
- dependency-name: gittools/cicd
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…github/workflows/gittools/cicd-2

(build deps): Bump gittools/cicd from 1 to 2 in /.github/workflows
…atterns

Introduce a new prompt for managing GitHub releases and update existing automation templates to prioritize non-interactive CLI usage without pagers.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants