Commit Graph

7 Commits

Author SHA1 Message Date
John Kennedy
53e9ca3bb1 chore(infra): update dependabot.yml to monthly schedule with update-type split [INF-0000] (#35587)
## Summary

- Changes Dependabot schedule from `weekly` to `monthly` across all 4
update entries to reduce PR noise while keeping dependencies current
- Adds `update-types` split (major vs minor+patch) to all dependency
groups so breaking changes arrive in separate PRs from safe updates

## Why

Weekly cadence generates excessive PRs in a monorepo this size. Monthly
is the recommended cadence for non-security version updates (security
updates are handled separately by GitHub). The update-type split ensures
major (breaking) bumps don't get mixed with safe minor/patch updates,
making review easier and safer.

## Test plan

- [x] Verify Dependabot parses the updated config without errors (check
Settings > Code security > Dependabot)
- [x] Confirm next scheduled run produces grouped PRs split by update
type

---

> This PR was generated with assistance from an AI coding agent as part
of a repository posture check.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 23:18:22 -08:00
Mason Daugherty
c997955bf3 chore(infra): updates for openrouter/ollama (#35278) 2026-02-16 23:53:51 -05:00
John Kennedy
444904f90e chore: update dependabot.yml to comply with posture checks (#35125)
Missed a couple updates
2026-02-09 22:49:49 -08:00
John Kennedy
e96c706cc7 chore: dependabot config (#35124)
Adding day of week, changing to uv over pip
2026-02-09 22:36:14 -08:00
John Kennedy
462acb7734 fix: separating groups of directories (#35109)
Make @dependabot chill a bit
2026-02-09 21:36:18 -08:00
John Kennedy
f6d5816630 chore: deps (#35055)
Let's patch proactively! 🚀
2026-02-06 13:09:40 -08:00
Scott Brenner
29bfbc0ea6 infra: Dependabot configuration to update actions in workflow (#31026)
Noticed a few Actions used in the workflows here are outdated, proposing
a Dependabot configuration to update - reference
https://docs.github.com/en/actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions#keeping-the-actions-in-your-workflows-secure-and-up-to-date

Suggest enabling
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners#enabling-or-disabling-for-your-repository
as well
2025-05-14 11:40:54 -04:00