ci: update actions on supported branches - #18538
Merged
reuben olinsky (reubeno) merged 2 commits intoAug 21, 2026
Merged
Conversation
Configure Dependabot to open weekly grouped GitHub Actions updates for 4.0 and 3.0-dev. Keep the existing seven-day cooldown before proposing releases. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3e4a178e-19a3-4caa-8a87-53fa6cabe7b9
Copilot started reviewing on behalf of
Pawel Winogrodzki (PawelWMS)
August 20, 2026 22:39
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Dependabot to maintain GitHub Actions dependencies across both supported branches.
Changes:
- Targets
4.0and3.0-dev. - Retains weekly grouped updates and seven-day cooldowns.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Restore the existing default-branch wording and name 3.0-dev explicitly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3e4a178e-19a3-4caa-8a87-53fa6cabe7b9
Copilot started reviewing on behalf of
Pawel Winogrodzki (PawelWMS)
August 20, 2026 22:43
View session
reuben olinsky (reubeno)
approved these changes
Aug 20, 2026
Member
|
/azp run |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. |
Christopher Co (christopherco)
approved these changes
Aug 21, 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.
What
Extend the default-branch Dependabot configuration so grouped GitHub Actions updates target both supported branches:
4.03.0-devBoth entries run weekly and retain the existing seven-day release cooldown.
Why
Dependabot reads
.github/dependabot.ymlfrom the default branch. Explicit target entries allow the same central configuration to maintain action pins on both branches.Risk
Low. This changes only Dependabot scheduling. It may open one grouped action-update PR per target branch when eligible updates exist.
Verification
.github/dependabot.ymlas YAML.4.0and3.0-dev.git diff --check.Related