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

Add renovate dependency management #427

Merged
merged 3 commits into from
Oct 23, 2023
Merged

Add renovate dependency management #427

merged 3 commits into from
Oct 23, 2023

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Oct 20, 2023

📝 Summary

This adds Renovate to monitor and automatically update dependencies. The functionality is very similar to GitHub's own dependabot but with a few notable differences:

  • Renovate allows grouping dependencies into one PR. This can be particularly useful where a larger package is split across a number of smaller packages (some SDKs do this, though not as common in the Python ecosystem).
  • Renovate is significantly more configurable than Dependabot
  • Renovate supports more ecosystems than Dependabot. Of relevance here is pre-commit.

Note that this will require enabling the Renovate GitHub app for this repository. This is free for open source repositories.

🚨 Breaking Changes

🔥 Motivation

Simplify maintenance.

🔨 Test Plan

This has been tested on my fork.

🔗 Related issues/PRs

renovate bot and others added 3 commits October 20, 2023 12:53
Signed-off-by: JP-Ellis <josh@jpellis.me>
As Python dependencies are shared within a virtual environment and the
latest version is installed by default (as there is no lock file), there
is benefit to specifying a very broad range of compatible versions.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis self-assigned this Oct 20, 2023
@JP-Ellis JP-Ellis enabled auto-merge (rebase) October 20, 2023 02:22
@JP-Ellis JP-Ellis merged commit c7c00b7 into master Oct 23, 2023
26 of 30 checks passed
@JP-Ellis JP-Ellis deleted the chore/add-renovate branch October 23, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Completed
Development

Successfully merging this pull request may close these issues.

Automatic dependency updating
2 participants