Skip to content
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

Merged
merged 16 commits into from
Jan 2, 2023
Merged

Replace Dependabot with Renovate #73

merged 16 commits into from
Jan 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

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
  • Schedule: ["after 6pm"]
  • Branch name: renovate/pip-dependencies
  • Merge into: main
  • Upgrade isort to ==5.11.4
  • Upgrade pytest-asyncio to ==0.20.3
Update dependency mkdocs-material to v9
  • Schedule: ["after 6pm"]
  • Branch name: renovate/major-pip-dependencies
  • Merge into: main
  • Upgrade mkdocs-material to >=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.

renovate.json Outdated Show resolved Hide resolved
renovate.json Outdated Show resolved Hide resolved
@AlexWaygood AlexWaygood changed the title Configure Renovate Replace Dependabot with Renovate Jan 1, 2023
.github/renovate.json Outdated Show resolved Hide resolved
.github/renovate.json Outdated Show resolved Hide resolved
@renovate renovate bot changed the title Replace Dependabot with Renovate Configure Renovate Jan 1, 2023
.github/renovate.json Outdated Show resolved Hide resolved
@AlexWaygood AlexWaygood changed the title Configure Renovate Replace Dependabot with Renovate Jan 1, 2023
.github/renovate.json Outdated Show resolved Hide resolved
@AlexWaygood
Copy link
Owner

@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 pyproject.toml -- is that correct? (Not a big deal if so -- I don't have any upper bounds on those dependencies and don't plan to add any.)

@hugovk
Copy link

hugovk commented Jan 2, 2023

@hugovk, would you be able to give this a once over, if you have the time? :)

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.

It looks like it's not possible to get Renovate to detect the dependencies listed in pyproject.toml -- is that correct? (Not a big deal if so -- I don't have any upper bounds on those dependencies and don't plan to add any.)

Yes, it supports it for Poetry (https://docs.renovatebot.com/modules/manager/poetry/) but not yet for PEP 621 (renovatebot/renovate#10187).

@AlexWaygood
Copy link
Owner

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.

Good idea! I'll make the change.

Thanks for taking a look!

.github/renovate.json Outdated Show resolved Hide resolved
@AlexWaygood AlexWaygood merged commit 01d9e32 into main Jan 2, 2023
@AlexWaygood AlexWaygood deleted the renovate/configure branch January 2, 2023 17:43
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.

None yet

2 participants