-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Dependabot with Renovate #73
Conversation
@hugovk, would you be able to give this a once over, if you have the time? :) It looks like it's not possible to get Renovate to detect the dependencies listed in |
Sure! Looks about right. The "Detected Package Files" section shows the files it's tracking, and "What to Expect" shows it has an isort and pytest-asyncio update ready to go. I sometimes make the schedule shorter to begin with, like daily or weekly, just to check it's working fine, before bumping it up to monthly or quarterly.
Yes, it supports it for Poetry (https://docs.renovatebot.com/modules/manager/poetry/) but not yet for PEP 621 (renovatebot/renovate#10187). |
Good idea! I'll make the change. Thanks for taking a look! |
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/check-requirements.yml
(github-actions).github/workflows/lint.yml
(github-actions).github/workflows/publish.yml
(github-actions).github/workflows/regen-examples-and-docs.yml
(github-actions).github/workflows/test-website.yml
(github-actions).github/workflows/test.yml
(github-actions)requirements/all.txt
(pip_requirements)requirements/docs.txt
(pip_requirements)requirements/flake8.txt
(pip_requirements)requirements/mypy.txt
(pip_requirements)requirements/pytest.txt
(pip_requirements)Configuration
🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.
Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
Update pip-dependencies
renovate/pip-dependencies
main
==5.11.4
==0.20.3
Update dependency mkdocs-material to v9
renovate/major-pip-dependencies
main
>=9,<10
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.