Add Dependabot config for Python dependencies#108
Conversation
📝 WalkthroughWalkthroughAdds a Dependabot v2 config to schedule weekly pip updates at the repo root and updates ChangesDependency updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Failure is unrelated: 2026-05-28 09:59:40,229 - WARNING - URL not reachable: https://docs.openstack.org/trove/2025.2/contributor/testing.html (Title: "Trove Unit Tests", File path: /rag-content/openstack-docs-plaintext/trove/2025.2_docs/contributor/testing.txt) |
|
Thanks for the CI fix , PR LGTM! |
|
/retest |
|
Actionable comments posted: 0 |
Introduces .github/dependabot.yml to enable weekly tracking of pip package updates and automate security vulnerability patching. This change pinned the version of existing packages in the requirements.txt. Now Dependabot will be able to detect and propose version bumps for these. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lpiwowar, umago The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Actionable comments posted: 0 |
|
/retest |
1 similar comment
|
/retest |
|
/retest It looks like the links were only temporarily unavailable. When I click on them now they work: |
77c8361
into
openstack-lightspeed:main
Introduces .github/dependabot.yml to enable weekly tracking of pip package updates and automate security vulnerability patching.
This change pinned the version of existing packages in the requirements.txt. Now Dependabot will be able to detect and propose version bumps for these.
Summary by CodeRabbit
Chores
No user-facing changes