Skip to content

Commit 6948427

Browse files
chore: add Renovate config (python-uv preset) (#63)
## Summary - Adds `renovate.json` extending the shared `python-uv` preset from `Unstructured-IO/renovate-config` - This 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 a Renovate configuration file; no runtime code paths change, with minimal risk beyond increased automated dependency update PR activity. > > **Overview** > Adds `renovate.json` extending the shared `github>Unstructured-IO/renovate-config:python-uv` preset, enabling Renovate-managed automated dependency update PRs for this repo. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fc85cda. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e74d57b commit 6948427

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)