-
Notifications
You must be signed in to change notification settings - Fork 28
Apply the same renovate configuration between polaris and polaris-tools #132
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
base: main
Are you sure you want to change the base?
Conversation
| platformAutomerge: true, | ||
| matchManagers: [ | ||
| "gradle", "gradle-wrapper", | ||
| "pip_requirements", "pip_setup", "poetry", "setup-cfg", |
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.
For mcp, we are using uv instead of poetry.
| }, | ||
| // boto3 (release frequency: multiple times per week) | ||
| { | ||
| matchManagers: ["pip_requirements", "pip_setup", "poetry"], |
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.
Same for uv but we can remove this section as we are not using boto3 in this case.
| "io.quarkus:io.quarkus.gradle.plugin", | ||
| ], | ||
| }, | ||
| { |
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.
This section can be remove as well as that was added to prevent bump version of openapi-generator-cli as we can't just blindly go to the latest one due to OpenAPI spec we are using but this is not used in this repo.
| pip_requirements: { | ||
| // fileMatch default: (^|/)([\\w-]*)requirements\\.(txt|pip)$ | ||
| "fileMatch": ["(^|/)([\\w-]*)requirements.*\\.txt$"], | ||
| }, |
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.
This can be removed (there's no requirements*.txt).
| { | ||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
| extends: ["config:base"], | ||
| extends: [ |
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.
Should add npm:unpublishSafe as well
|
Ping @jbonofre - i think there were some changes on the Polaris main repo, not sure whether those need to be adapted here as well. |
|
Thanks for the reminder on this one. I will check and update this PR. |
No description provided.