mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
## Summary - Changes all 11 dependabot entries from `weekly` to `monthly` schedule to reduce PR noise - Removes `day: monday` (only valid for weekly cadence) - Adds `update-types` split to every entry so breaking major upgrades arrive in a separate PR from safe minor/patch updates **Before:** one wildcard group, weekly, major and minor/patch mixed together **After:** two groups (`minor-and-patch` / `major`), monthly ## Test plan - [x] Confirm dependabot picks up the new config (check Insights → Dependency graph → Dependabot) - [ ] Verify next scheduled run produces two grouped PRs per ecosystem (minor+patch bundle, major bundle) rather than one-per-dep 🤖 Generated with [Claude Code](https://claude.com/claude-code)
189 lines
3.5 KiB
YAML
189 lines
3.5 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/checkpoint"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/checkpoint-conformance"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/checkpoint-postgres"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/checkpoint-sqlite"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/cli"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/langgraph"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/prebuilt"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "uv"
|
|
directory: "/libs/sdk-py"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/libs/cli/js-examples"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/libs/cli/js-monorepo-example"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
major:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|