chore: harden grouped dependency updates#505
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Dependabot configuration to standardize grouped dependency update PRs and introduce a 48-hour “cooldown” before version update PRs are opened.
Changes:
- Reworks update entries for
github-actionsandnugetto use consistent scheduling/timezone and commit message prefixes. - Adds a
cooldownblock intended to delay version update PR creation by 2 days. - Simplifies grouping to one catch-all group per ecosystem and adjusts labels/open PR limits.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| prefix: "chore(deps)" | ||
| cooldown: | ||
| default-days: 2 |
| labels: | ||
| - "dependencies" | ||
| - "nuget" | ||
| - "ci" |
| labels: | ||
| - "dependencies" |
| github-actions-dependencies: | ||
| patterns: | ||
| - "*" |
| nuget-dependencies: | ||
| patterns: | ||
| - "*" |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Code Coverage |
Test Results 12 files 12 suites 11m 32s ⏱️ Results for commit f009019. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #505 +/- ##
==========================================
- Coverage 97.44% 97.44% -0.01%
==========================================
Files 611 611
Lines 49926 49926
Branches 3230 34 -3196
==========================================
- Hits 48651 48649 -2
- Misses 1275 1277 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🔍 PR Validation ResultsVersion: `` ✅ Validation Steps
📊 ArtifactsDry-run artifacts have been uploaded and will be available for 7 days. This comment was automatically generated by the PR validation workflow. |
Standardizes grouped Dependabot updates with a 48-hour cooldown before version update PRs.