Skip to content

Conversation

JuJup
Copy link
Contributor

@JuJup JuJup commented Aug 11, 2025

Changes

Adds a preset for Gradle Version updates.

It is based on the nodeJs group.
Explicitly not using groupName, see discussion in this PR: #34379

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Based on the nodeJs group.
Explicitly not using groupName, see discussion in this PR:
renovatebot#34379
"Group anything that looks like Gradle together so that it's updated together.",
packageRules: [
{
commitMessageTopic: 'Gradle',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is about group presets, not about commit messages

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's modeled fater this:

nodeJs: {
description:
"Group anything that looks like Node.js together so that it's updated together.",
packageRules: [
{
commitMessageTopic: 'Node.js',
matchDatasources: ['docker', 'node-version'],
matchPackageNames: [
'/(?:^|/)node$/', // node or ends with "/node, except those below"
'!calico/node',
'!docker.io/calico/node',
'!ghcr.io/devcontainers/features/node',
'!kindest/node',
],
},
],
},

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See this discussion: #34379

Co-authored-by: Michael Kriese <[email protected]>
@rarkins rarkins requested a review from viceice August 15, 2025 08:22
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