feat: add Dependabot consolidation skill - #9443
Open
vhvb1989 wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 31fa6854-d00e-4dd6-a2cb-b2f860d6375a
vhvb1989
requested review from
RickWinter,
danieljurek,
richardpark-msft and
tg-msft
as code owners
August 5, 2026 16:56
|
Azure Pipelines: 22 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
🔗 Linked Issue RequiredThanks for the contribution! Please link a GitHub issue to this PR by adding |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a workflow skill to consolidate Dependabot updates and security alerts into one maintained PR.
Changes:
- Defines skill triggers, safeguards, and exit criteria.
- Documents inventory, validation, PR reuse, and source-PR closure workflows.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/skills/dependabot-consolidation/SKILL.md |
Defines the skill and safety rules. |
.github/skills/dependabot-consolidation/references/workflow.md |
Provides the detailed consolidation procedure. |
Comment on lines
+41
to
+43
| gh pr list --repo Azure/azure-dev --state open --author app/dependabot \ | ||
| --limit 200 \ | ||
| --json number,title,url,headRefName,baseRefName,files,commits,mergeable |
Comment on lines
+90
to
+92
| - Fetch and check out the existing head branch. | ||
| - Bring in the latest `origin/main` without rewriting published history. Prefer a normal merge | ||
| when required; do not force-push. |
Comment on lines
+266
to
+267
| 1. Re-fetch the list of open Dependabot PRs to avoid acting on stale state. | ||
| 2. For each still-open PR recorded as incorporated, comment: |
|
|
||
| 1. Verify every incorporated source PR's intended version and file changes. | ||
| 2. Verify every covered alert group's resolved version is no longer vulnerable. | ||
| 3. Review `git diff --stat origin/main...HEAD` and the full diff for unrelated changes. |
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
Validation
git diff --cached --checkNo evaluation files are included in this change.