chore(renovate): 更新 Python 版本时还需要更新 pep621 的 python#397
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Python version management configuration by including the pep621 manager alongside the existing pyenv manager.
- Added a comment with the pep621 documentation URL.
- Updated the matchManagers list to include "pep621".
Comments suppressed due to low confidence (2)
.github/renovate.json5:71
- [nitpick] Consider including a brief note on why the 'pep621' manager is added and how it complements 'pyenv' to aid future maintainers.
// https://docs.renovatebot.com/modules/manager/pep621/
.github/renovate.json5:75
- Verify that adding 'pep621' to matchManagers is fully supported by the currently used Renovate version and that no additional configuration is needed.
"pep621"
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #397 +/- ##
=======================================
Coverage 93.89% 93.89%
=======================================
Files 40 40
Lines 2342 2342
=======================================
Hits 2199 2199
Misses 143 143 ☔ View full report in Codecov by Sentry. |
BigOrangeQWQ
approved these changes
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
这样以下两个 PR 会合并。