Apply the same renovate configuration between polaris and polaris-tools#132
Apply the same renovate configuration between polaris and polaris-tools#132jbonofre wants to merge 1 commit intoapache:mainfrom
Conversation
| platformAutomerge: true, | ||
| matchManagers: [ | ||
| "gradle", "gradle-wrapper", | ||
| "pip_requirements", "pip_setup", "poetry", "setup-cfg", |
There was a problem hiding this comment.
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.
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.
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.
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.
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. |
|
ping |
|
... rather on getting renovate in |
|
Ah, bummer. Looks like I opened a similar PR #170. What shall we do? |
No description provided.