-
Notifications
You must be signed in to change notification settings - Fork 296
chore(depenabot): fix config [WPB-22420] #20009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates the Dependabot configuration to standardize dependency management across the monorepo by adding consistent major version update protection and introducing a new root workspace configuration for better dependency tracking.
Key Changes:
- Added a new root workspace (
/) npm configuration with weekly scheduling and major version update protection - Applied consistent ignore rules to prevent major version updates (
version-update:semver-major) across all npm package ecosystems - Improved comment clarity by changing "Webapp configs" to "Webapp config dependencies"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #20009 +/- ##
=======================================
Coverage 35.21% 35.21%
=======================================
Files 837 837
Lines 22905 22905
Branches 4765 4765
=======================================
Hits 8067 8067
Misses 14017 14017
Partials 821 821
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
specs/Accessibility/Accessibility.spec.ts (❌ 1 failed,
|



Pull Request
Summary
Security Checklist (required)
Accessibility (required)
Standards Acknowledgement (required)
Screenshots or demo (if the user interface changed)
Notes for reviewers