Configure Dependabot NuGet updates for active release branches - #38494
#38494Merged
AndriySvyryd merged 6 commits intoJun 29, 2026
maindotnet/efcore:mainfrom
copilot/release80-configure-dependabotdotnet/efcore:copilot/release80-configure-dependabotCopy head branch name to clipboard
Merged
Configure Dependabot NuGet updates for active release branches#38494AndriySvyryd merged 6 commits intomaindotnet/efcore:mainfrom copilot/release80-configure-dependabotdotnet/efcore:copilot/release80-configure-dependabotCopy head branch name to clipboard
AndriySvyryd merged 6 commits into
maindotnet/efcore:mainfrom
copilot/release80-configure-dependabotdotnet/efcore:copilot/release80-configure-dependabotCopy head branch name to clipboard
Conversation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
AndriySvyryd
June 26, 2026 21:27
View session
There was a problem hiding this comment.
Pull request overview
Extends Dependabot’s NuGet update coverage beyond the default branch by adding branch-targeted update entries for actively maintained release branches, while preventing major-version bumps on those branches.
Changes:
- Added three new
nugetupdate blocks targetingrelease/8.0,release/9.0, andrelease/10.0. - Staggered weekly schedules across Tue/Wed/Thu and added per-branch commit message prefixes.
- Configured release-branch NuGet updates to ignore
version-update:semver-majoracross all packages (plus the existing Maestro-managed package ignore list).
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…ase branch Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
wtgodbe
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot only updated NuGet packages on the default branch. This extends coverage to the maintained
release/8.0,release/9.0, andrelease/10.0branches, restricted to minor/patch bumps so major upgrades are never proposed on shipped releases.Changes (
.github/dependabot.yml)nugetupdate blocks for each release branch viatarget-branch.commit-message.prefix:[release/8.0],[release/9.0],[release/10.0]) for clear attribution.version-update:semver-majorfor all packages on release branches.dotnet-publicregistry,area-infrastructurelabel, PR limit, and Maestro-managed package ignore list (flowed viaeng/Version.Details.props).Note for reviewers
Dependabot reads each branch's config from the default branch, so these blocks take effect once merged to the default branch — the entries do not need to be copied onto the release branches themselves.