Add paths to Renovate workflow for specific dependency files
All checks were successful
Safety / security (push) Successful in 29s

This commit is contained in:
2025-12-27 13:22:30 -06:00
parent d0a484f692
commit 9c6da64cbe

View File

@@ -7,6 +7,12 @@ on:
branches:
- main
- master
paths:
- "pyproject.toml"
- "requirements.txt"
- "setup.py"
- "poetry.lock"
workflow_dispatch:
jobs:
renovate: