Skip to content

Group SkiaSharp Dependabot updates into a single PR#2593

Merged
krwq merged 1 commit into
mainfrom
krwq-dependabot-group-skiasharp
Jul 23, 2026
Merged

Group SkiaSharp Dependabot updates into a single PR#2593
krwq merged 1 commit into
mainfrom
krwq-dependabot-group-skiasharp

Conversation

@krwq

@krwq krwq commented Jul 23, 2026

Copy link
Copy Markdown
Member

SkiaSharp and its SkiaSharp.NativeAssets.* companion packages must be kept at matching versions, but they were slipping through the existing grouping and shipping as separate Dependabot PRs (#2590, #2591 for the 4.148.0 -> 4.150.1 bump). #2591 merged and #2590 did not, which left src/devices/SkiaSharpAdapter/SkiaSharpAdapter.csproj with SkiaSharp at 4.148.0 and SkiaSharp.NativeAssets.Linux at 4.150.1 - exactly the drift the group is meant to prevent.

This adds a dedicated skiasharp group modeled after the existing dotnet-runtime group:

  • Patterns SkiaSharp (exact) and SkiaSharp.NativeAssets.* (covers .Linux today and any future .Windows / .macOS variants).
  • No update-types filter, so any bump (major, minor, or patch) is grouped - the two packages always land in one PR regardless of version-change type.
  • The same two patterns are added to all-dependencies' exclude-patterns so routing stays deterministic regardless of group evaluation order.

Follow-up to #2571, which set up the initial grouping but only covered System.* / Microsoft.Extensions.* and generic minor/patch updates.

Microsoft Reviewers: Open in CodeFlow

SkiaSharp and its SkiaSharp.NativeAssets.* companion packages must be kept at matching versions, but the `all-dependencies` group only covers minor/patch updates, and even a minor bump (4.148.0 -> 4.150.1) recently produced two separate PRs (#2590, #2591) that left the two packages at different versions in the same csproj.

Add a dedicated `skiasharp` group modeled after `dotnet-runtime` (no `update-types` filter, so it accepts any version bump including majors), and exclude the same patterns from `all-dependencies` so routing stays deterministic.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 223b18cd-a71c-4c51-971e-25c9b0e7b91c
@krwq
krwq enabled auto-merge (squash) July 23, 2026 15:58
@krwq
krwq merged commit 6e3084c into main Jul 23, 2026
10 checks passed
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