Group Dependabot bumps into one PR per ecosystem; apply all pending bumps - #646
Merged
Merged
Conversation
…umps Add .github/dependabot.yml so Dependabot opens a single grouped PR per ecosystem (pip in /infra, npm in /, /static/settings, /static/datatable, and GitHub Actions) for both version and security updates, instead of one PR per package. Apply every bump from the currently open Dependabot PRs in one go: - Django 4.2.30 -> 5.2.16 (#633) - baseline-browser-mapping 2.10.0 -> 2.11.22 (#641), 2.10.28 -> 2.11.22 in /static/settings (#642) - fast-uri 3.1.5 -> 3.1.7 in / (#640) and /static/settings (#639) - browserslist 4.28.1 -> 4.28.9 (#638) - @humanfs/node 0.16.6 -> 0.16.8 (#637) - js-yaml 4.1.1 -> 4.3.2 (#634) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013JDT5wxbhPUtZG1kXPZ1Xe
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #646 +/- ##
==========================================
- Coverage 96.11% 96.09% -0.02%
==========================================
Files 132 132
Lines 6358 6358
==========================================
- Hits 6111 6110 -1
- Misses 247 248 +1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
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.
Add .github/dependabot.yml so Dependabot opens a single grouped PR per ecosystem (pip in /infra, npm in /, /static/settings, /static/datatable, and GitHub Actions) for both version and security updates, instead of one PR per package.
Apply every bump from the currently open Dependabot PRs in one go: