Skip to content

ci(deps): let Dependabot watch the Python dependencies - #11

Merged
oscarvalenzuelab merged 1 commit into
mainfrom
chore/dependabot-python-ecosystem
Sep 8, 2026
Merged

ci(deps): let Dependabot watch the Python dependencies#11
oscarvalenzuelab merged 1 commit into
mainfrom
chore/dependabot-python-ecosystem

Conversation

@oscarvalenzuelab

Copy link
Copy Markdown
Contributor

What

Adds a uv ecosystem entry to .github/dependabot.yml (extended the file).

Why

Dependabot had no Python ecosystem configured here, so pyproject.toml / requirements.txt were never getting version-update PRs. Security alerts still fire, but routine bumps never land, which means every upgrade arrives as a hand-applied patch after an alert.

Notes

  • uv is the right ecosystem for this repo (it has a uv.lock to keep in sync).
  • Weekly on Monday, chore prefix, 10 open-PR limit — same shape as the other Python repos.
  • Config only. No dependency versions change in this PR.

Dependabot had no `uv` ecosystem entry, so the Python
dependencies in this repo got no version-update PRs and every
upgrade had to be applied by hand after an alert fired.
@cla-bot cla-bot Bot added the cla-signed label Sep 7, 2026
@oscarvalenzuelab
oscarvalenzuelab merged commit e493ee4 into main Sep 8, 2026
6 checks passed
@oscarvalenzuelab
oscarvalenzuelab deleted the chore/dependabot-python-ecosystem branch September 8, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant