Update dependabot.yml to monitor release/* branches#26251
Merged
Conversation
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
TravisEz13
approved these changes
Oct 20, 2025
Copilot
AI
changed the title
[WIP] Update dependabot configuration for release branches
Update dependabot.yml to monitor release/* branches
Oct 20, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR configures Dependabot to monitor dependency updates on both the default branch and all release/* branches by duplicating ecosystem configurations with different target branches.
- Added duplicate
github-actionsanddockerecosystem entries withtarget-branch: "release/*" - Enables automated dependency updates for release branches alongside the existing master branch monitoring
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Contributor
|
📣 Hey @@Copilot, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kilasuit
pushed a commit
to kilasuit/PowerShell
that referenced
this pull request
Jan 2, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Summary
This PR updates the
.github/dependabot.ymlconfiguration to enable Dependabot to monitor and create pull requests for dependency updates on both the default branch (master) and allrelease/*branches.Changes
Added duplicate configurations for both package ecosystems (
github-actionsanddocker) with thetarget-branch: "release/*"option. This allows Dependabot to:release/*pattern (e.g.,release/v7.4,release/v7.5)Behavior
Dependabot will now:
CL-BuildPackaginglabel to all dependency update PRsExample
When a new version of a GitHub Action is available, Dependabot will create:
masterwith the updaterelease/*branch with the same updateThis ensures that release branches stay up-to-date with security patches and dependency updates without manual intervention.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.