Skip to content

Ignore Microsoft.OpenApi majors on the frontend entry too - #127

Merged
bgard68 merged 1 commit into
mainfrom
claude/dependabot-frontend-openapi-ignore
Aug 25, 2026
Merged

Ignore Microsoft.OpenApi majors on the frontend entry too#127
bgard68 merged 1 commit into
mainfrom
claude/dependabot-frontend-openapi-ignore

Conversation

@bgard68

@bgard68 bgard68 commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Dependabot ignore rules are per-update-entry. The rule added in #117 sat on the main nuget entry only, so it did not cover the new target-branch: frontend nuget entry — and Dependabot immediately re-proposed the same incompatible bump there as #125.

Microsoft.AspNetCore.OpenApi 10.0.x requires Microsoft.OpenApi >= 2.7.5 && < 3.0.0, so 3.x trips NU1608, which Directory.Build.props promotes to an error. #125's checks confirm it: both Backend build, tests, live smoke test and OpenAPI client drift check are red.

Same rule, same lift condition, now on both entries.

🤖 Generated with Claude Code

Ignore rules are per-update-entry, so the rule added for main did not cover
the frontend nuget entry - and Dependabot promptly re-proposed the same
incompatible bump there as #125.

AspNetCore.OpenApi 10.0.x requires Microsoft.OpenApi >= 2.7.5 && < 3.0.0, so
3.x trips NU1608, which Directory.Build.props promotes to an error. The PR
cannot pass and cannot be merged.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AWkVh7cyAz1gWapBH1CY8n
@bgard68
bgard68 merged commit e735535 into main Aug 25, 2026
7 checks passed
@bgard68
bgard68 deleted the claude/dependabot-frontend-openapi-ignore branch August 25, 2026 03:22
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.

2 participants