-
Notifications
You must be signed in to change notification settings - Fork 20
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
Lock file maintenance #283
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
.github/renovate.json5
Outdated
"matchPackageNames": ["python"], | ||
"allowedVersions": "<3.11.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jammy's Python won't get updated, so we don't want it to be renovated.
"matchPackageNames": ["pydantic"], | ||
"allowedVersions": "<2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deps assume pydantic 1, so it shouldn't be renovated.
@@ -9,8 +9,7 @@ on: | |||
paths-ignore: | |||
- 'tests/**' | |||
- 'docs/**' | |||
- renovate.json | |||
- poetry.lock | |||
- .github/renovate.json5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renovate conf is now at a different location.
@@ -9,8 +9,7 @@ on: | |||
paths-ignore: | |||
- 'tests/**' | |||
- 'docs/**' | |||
- renovate.json | |||
- poetry.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer have a separate charm requirements, so we should release if the lock is changed.
* Lock file maintenance * Tweak renovate * Pin python version * Ignore renovate conf * Poetry warning --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <[email protected]>
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.