Skip to content

CONFIG: lock FluentAssertions in Dependabot config (ignore 8.x/9.x/10.x) - #85

Merged
cjdutoit merged 1 commit into
mainfrom
users/perirrs/config-changes
Jul 31, 2026
Merged

CONFIG: lock FluentAssertions in Dependabot config (ignore 8.x/9.x/10.x)#85
cjdutoit merged 1 commit into
mainfrom
users/perirrs/config-changes

Conversation

@perirrs

@perirrs perirrs commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Locks FluentAssertions in Dependabot config for LibPostalClient, keeping it on the [7.2.2] line (ignore 8.x/9.x/10.x) per the .NET 10 modernisation standard.

  • CONFIG: add ignore block for FluentAssertions in .github/dependabot.yml.

Small standalone change off main, independent of the .NET 10 uplift PR #84.

closes AB#29903

Copilot AI review requested due to automatic review settings July 31, 2026 08:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Locks Dependabot’s NuGet update behavior for FluentAssertions to prevent PRs proposing major upgrades beyond the currently pinned [7.2.2], aligning with the stated .NET 10 modernization constraints.

Changes:

  • Add a Dependabot ignore rule for FluentAssertions in .github/dependabot.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml
Comment on lines +16 to +18
ignore:
- dependency-name: "FluentAssertions"
versions: ["8.x", "9.x", "10.x", "*"]
@perirrs
perirrs requested a review from cjdutoit July 31, 2026 08:28
@cjdutoit
cjdutoit merged commit f9605aa into main Jul 31, 2026
7 checks passed
@cjdutoit
cjdutoit deleted the users/perirrs/config-changes branch July 31, 2026 09:40
@perirrs
perirrs requested review from cjdutoit and removed request for cjdutoit July 31, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants