Skip to content

feat: group Dependabot updates and add a repeatable rollup task#36393

Merged
PaulGMardling merged 9 commits into
microsoft:masterfrom
PaulGMardling:chore/dependabot-automerge
Jul 17, 2026
Merged

feat: group Dependabot updates and add a repeatable rollup task#36393
PaulGMardling merged 9 commits into
microsoft:masterfrom
PaulGMardling:chore/dependabot-automerge

Conversation

@PaulGMardling

@PaulGMardling PaulGMardling commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Previous Behavior

Dependabot updates were opened as multiple separate PRs, which increased review overhead and PR noise.

New Behavior

Dependabot is now configured to group patch/minor updates into consolidated PRs per ecosystem, while still requiring human review:

  • GitHub Actions patch/minor updates are grouped.
  • npm development dependency patch/minor updates are grouped.
  • npm production dependency patch/minor updates are grouped.
  • Semver-major updates remain excluded from these grouped update streams.
  • No auto-merge flow is used; normal branch protection and CI checks still apply.

Related Issue(s)

#36394

@github-actions github-actions Bot added the CI label Jul 13, 2026
@github-actions

Copy link
Copy Markdown

📊 Bundle size report

✅ No changes found

@github-actions

Copy link
Copy Markdown

Pull request demo site: URL

@PaulGMardling
PaulGMardling marked this pull request as ready for review July 13, 2026 14:21
@PaulGMardling
PaulGMardling requested review from a team as code owners July 13, 2026 14:21
@PaulGMardling PaulGMardling changed the title chore: group Dependabot patch/minor updates and document manual revie… chore(tooling) Dependabot patch/minor updates and document manual revie… Jul 13, 2026
@PaulGMardling PaulGMardling changed the title chore(tooling) Dependabot patch/minor updates and document manual revie… chore(tooling) Dependabot patch/minor updates and document manual review Jul 13, 2026
@PaulGMardling PaulGMardling changed the title chore(tooling) Dependabot patch/minor updates and document manual review chore(tooling): Dependabot patch/minor updates and document manual review Jul 13, 2026
@PaulGMardling PaulGMardling changed the title chore(tooling): Dependabot patch/minor updates and document manual review feat: group Dependabot updates and add a repeatable rollup task Jul 13, 2026
@PaulGMardling
PaulGMardling marked this pull request as draft July 13, 2026 14:43
@PaulGMardling
PaulGMardling marked this pull request as ready for review July 14, 2026 09:22
@PaulGMardling
PaulGMardling requested a review from a team as a code owner July 14, 2026 09:22
@tudorpopams
tudorpopams requested a review from Hotell July 14, 2026 12:03

@Hotell Hotell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the dependabot grouping config tweaks should be all we need correct ?

the additional workflows are nice but any new workflow we add = additional attack vector/maintenance burden. I suggest to start first with the dependabot tweaks and if situation wont improve we can re-evaluate adding custom solution.

For testing purposes we could move the script logic to a repo SKILL which can be invoked locally/cloud to test things out while mitigating attack vector/maintenance of official pipeline.

thoughts?

Comment thread docs/workflows/contributing.md Outdated
Comment thread .github/dependabot.yml
@PaulGMardling
PaulGMardling force-pushed the chore/dependabot-automerge branch from 4a99b74 to a8d64ff Compare July 15, 2026 15:49
@PaulGMardling
PaulGMardling marked this pull request as draft July 16, 2026 08:46
@PaulGMardling

Copy link
Copy Markdown
Contributor Author

the dependabot grouping config tweaks should be all we need correct ?

the additional workflows are nice but any new workflow we add = additional attack vector/maintenance burden. I suggest to start first with the dependabot tweaks and if situation wont improve we can re-evaluate adding custom solution.

For testing purposes we could move the script logic to a repo SKILL which can be invoked locally/cloud to test things out while mitigating attack vector/maintenance of official pipeline.

thoughts?

I think that is a solid idea and I will implement this suggestion and move it back to a draft, as I'll need to test and verify it.

A nice solid lesson, thanks!

@PaulGMardling
PaulGMardling marked this pull request as ready for review July 16, 2026 09:26
@PaulGMardling
PaulGMardling requested a review from Hotell July 16, 2026 09:26
@PaulGMardling PaulGMardling self-assigned this Jul 16, 2026

@Hotell Hotell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PaulGMardling
PaulGMardling merged commit 838a281 into microsoft:master Jul 17, 2026
13 checks passed
@PaulGMardling
PaulGMardling deleted the chore/dependabot-automerge branch July 17, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Adopt Fluent System Icons dependency rollup flow in FluentUI

2 participants