Skip to content

Conversation

@imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Jan 8, 2026

From:

  • bimonthly (everything)

To:

  • quarterly (gha, nuget, npm minor/patch)
  • semiannually (docker, pip, npm major)

This change is Reviewable

Summary by CodeRabbit

  • Chores
    • Updated dependency management configuration to adjust automated update schedules and policies across multiple package ecosystems.

Note: This release contains no user-facing changes. Updates are limited to internal development infrastructure.

✏️ Tip: You can customize this high-level summary in your review settings.

@imnasnainaec imnasnainaec self-assigned this Jan 8, 2026
@imnasnainaec imnasnainaec added the 🟨Medium Medium-priority PR label Jan 8, 2026
@imnasnainaec imnasnainaec requested a review from Copilot January 8, 2026 13:49
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Jan 8, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

📝 Walkthrough

Walkthrough

Updated Dependabot configuration with modified cron schedules across package ecosystems (GitHub Actions, NuGet, Docker, Pip) and restructured npm dependency management to control major version updates through separate configuration blocks with selective package exceptions.

Changes

Cohort / File(s) Summary
Dependabot Configuration
\.github/dependabot\.yml
Updated cron schedules for GitHub Actions, NuGet, Docker, and Pip ecosystems. Added new npm major-updates block with semiannual cadence and blanket dependency ignore, with explicit exceptions for MUI, React, and related type packages. Modified existing frontend npm block to blanket-ignore all dependencies and adjusted per-package update-type settings. (+18/-14 lines)

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 Schedules hop in quarterly time,
npm packages now in their prime,
MUI and React get their say,
while others must wait for the day!
Dependabot dances, controlled and neat

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: reducing Dependabot update frequencies from bimonthly to quarterly or semiannual across multiple ecosystems.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a 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 reduces the frequency of Dependabot updates from bimonthly to either quarterly or semiannually depending on the package ecosystem and update type. The change aims to reduce maintenance overhead from dependency updates.

Key changes:

  • Updated cron schedules from 1-11/2 (bimonthly) to 1-10/3 (quarterly) or 1-7/6 (semiannually)
  • Split npm ecosystem into two sections: one for minor/patch updates (quarterly) and one for major updates (semiannually)
  • Consolidated npm major update ignore rules by using a wildcard pattern to ignore minor/patch updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.57%. Comparing base (609a9fc) to head (ec403cc).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4081   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files         295      295           
  Lines       10938    10938           
  Branches     1372     1372           
=======================================
  Hits         8157     8157           
  Misses       2385     2385           
  Partials      396      396           
Flag Coverage Δ
backend 85.59% <ø> (ø)
frontend 66.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@jasonleenaylor reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec).

@imnasnainaec imnasnainaec merged commit 31681d1 into master Jan 8, 2026
28 of 29 checks passed
@imnasnainaec imnasnainaec deleted the dependabot-yml-schedules branch January 8, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code 🟨Medium Medium-priority PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants