-
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,13 @@ | |
"reviewers": ["dragomirp", "marceloneppel", "taurus-forever"], | ||
"packageRules": [ | ||
// Later rules override earlier rules | ||
{ | ||
"matchPackageNames": ["pydantic"], | ||
"allowedVersions": "<2.0.0" | ||
}, { | ||
"matchPackageNames": ["python"], | ||
"allowedVersions": "<3.11.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
} | ||
], | ||
"regexManagers": [ | ||
{ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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. |
||
- .github/renovate.json5 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renovate conf is now at a different location. |
||
- pyproject.toml | ||
- '.github/workflows/ci.yaml' | ||
- '.github/workflows/lib-check.yaml' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.