Skip to content

Commit a5d2c5b

Browse files
chore: add Renovate config (python-uv preset) (#544)
## Summary - Adds `renovate.json` extending the shared `python-uv` preset from `Unstructured-IO/renovate-config` - Enables automated dependency update PRs for Python (pep621/pyproject.toml), Dockerfiles, and GitHub Actions - Non-major updates are grouped; major updates get individual PRs - Vulnerability alerts are prioritized and unscheduled - Schedule: weekly on Monday mornings (ET) ## Test plan - [ ] Verify Renovate bot picks up the config and creates dependency update PRs - [ ] Confirm PR grouping behavior matches expectations 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Adds only Renovate configuration; no runtime code paths or production behavior are changed, with risk limited to increased automated dependency-update PR volume. > > **Overview** > Adds `renovate.json` to enable Renovate dependency automation by extending the shared `github>Unstructured-IO/renovate-config:python-uv` preset. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 06d5712. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 060f480 commit a5d2c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>Unstructured-IO/renovate-config:python-uv"]
4+
}

0 commit comments

Comments
 (0)