Conversation
|
Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Dependabot configuration to reduce automated dependency update PR frequency from weekly to monthly. This change applies uniformly across all package ecosystems in the repository, making dependency management less noisy while still maintaining regular security and dependency updates.
Changes:
- Updated schedule interval from "weekly" to "monthly" for all 5 Dependabot package ecosystem configurations (github-actions, npm root, npm demo, bundler root, bundler demo)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
What are you trying to accomplish?
Reduce automated dependency PR frequency from weekly to monthly across all package ecosystems.
Integration
No production updates required. Configuration change only.
Risk Assessment
Configuration-only change affecting PR generation frequency. No functional impact on existing code or dependencies.
What approach did you choose and why?
Updated
interval: "weekly"tointerval: "monthly"for all 5 package ecosystems in.github/dependabot.yml:Single configuration parameter change per ecosystem.
Anything you want to highlight for special attention from reviewers?
None. Straightforward configuration change with no code impact.
Merge checklist
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.