Skip to content

dependabot check daily#8152

Open
ShaharNaveh wants to merge 1 commit into
RustPython:mainfrom
ShaharNaveh:dependabot-daily
Open

dependabot check daily#8152
ShaharNaveh wants to merge 1 commit into
RustPython:mainfrom
ShaharNaveh:dependabot-daily

Conversation

@ShaharNaveh

@ShaharNaveh ShaharNaveh commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Since we introduced a wait cooldown at #7490 dependabot is "storing" updates and not opening the PRs when the cooldown expires since it runs once a week.

By switching to dailyI hope dependabot will open PRs sporadically throughout the week and not in bulk, and reduce the number of times the CI chokes

@ShaharNaveh ShaharNaveh added the skip:ci Skip running the ci label Jun 22, 2026
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The Dependabot configuration in .github/dependabot.yml is updated to change the schedule.interval from weekly to daily for the Cargo, github-actions, npm, and pre-commit ecosystems. All other schedule fields remain unchanged.

Changes

Dependabot Daily Schedule

Layer / File(s) Summary
Set all ecosystems to daily schedule
.github/dependabot.yml
schedule.interval changed from weekly to daily for the Cargo (line 9), github-actions (line 160), and pre-commit (line 175) ecosystems; cooldown and other schedule fields are retained.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 No more waiting for the week to end,
Dependabot checks every day, my friend!
Cargo, actions, npm too,
Pre-commit joins the daily queue.
Fresh updates hop in without delay~ 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'dependabot check daily' is directly related to the main change, which updates Dependabot schedules from weekly to daily intervals across multiple ecosystems.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
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 unit tests (beta)
  • Create PR with unit tests

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip:ci Skip running the ci

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant