Skip to content

Add dependabot and CI/CD for dependency management#2

Open
railway-app[bot] wants to merge 2 commits into
mainfrom
railway/code-change-6JycnC
Open

Add dependabot and CI/CD for dependency management#2
railway-app[bot] wants to merge 2 commits into
mainfrom
railway/code-change-6JycnC

Conversation

@railway-app
Copy link
Copy Markdown
Contributor

@railway-app railway-app Bot commented Apr 26, 2026

Summary

Adds automated dependency management and CI for the streamwatch-api backend. Dependabot is configured to open weekly PRs (Monday 3 AM UTC) for pip package updates, capped at 5 open PRs, labelled "dependencies", and assigned to the repo owner. The new CI workflow runs on every push to main and every PR, testing across Python 3.10, 3.11, and 3.12 — it installs all dependencies via uv, lints with ruff, runs pytest, and audits for known vulnerabilities with pip-audit. pytest and pip-audit are added to the dev dependency group in pyproject.toml to support the workflow.

Changes

  • Created .github/dependabot.yml
  • Created .github/workflows/test.yml
  • Modified pyproject.toml

Generated by Railway

Copy link
Copy Markdown
Owner

@snowballons snowballons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic Dependency Updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant