Skip to content

Conversation

@jbonofre
Copy link
Member

No description provided.

platformAutomerge: true,
matchManagers: [
"gradle", "gradle-wrapper",
"pip_requirements", "pip_setup", "poetry", "setup-cfg",
Copy link
Contributor

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"],
Copy link
Contributor

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",
],
},
{
Copy link
Contributor

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.

@MonkeyCanCode
Copy link
Contributor

@jbonofre thanks for the quick fix for #131. Left couple comments on un-used sections that we may want to consider remove as those are not being used in this repo.

Comment on lines +38 to +41
pip_requirements: {
// fileMatch default: (^|/)([\\w-]*)requirements\\.(txt|pip)$
"fileMatch": ["(^|/)([\\w-]*)requirements.*\\.txt$"],
},
Copy link
Member

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: [
Copy link
Member

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

@snazy
Copy link
Member

snazy commented Jan 26, 2026

Ping @jbonofre - i think there were some changes on the Polaris main repo, not sure whether those need to be adapted here as well.

@jbonofre
Copy link
Member Author

Thanks for the reminder on this one. I will check and update this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants