Skip to content

Renovatebot monorepo #13

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

Open
GauthierPLM opened this issue Mar 10, 2025 · 2 comments
Open

Renovatebot monorepo #13

GauthierPLM opened this issue Mar 10, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@GauthierPLM
Copy link

To reduce noise when multiple packages releases simulatneously, renovatebot supports groups / presets that will group the upgrade into a single PR.

Would it be possible to either have a renovatebot preset in this repo or contributed to renovatebot so all packages from the socket-registry are bumped in a single PR?

Relevant doc: https://docs.renovatebot.com/config-presets/

@jdalton jdalton added the enhancement New feature or request label Mar 16, 2025
@jdalton
Copy link
Collaborator

jdalton commented Mar 16, 2025

@GauthierPLM Yes! I'll look into it. If you want to open a PR (beat me to it) that is also okay 😸

@GauthierPLM
Copy link
Author

Hi @jdalton

I added this package rule to my renovate config:

  packageRules: [
    {
      groupName: 'socket/registry packages',
      groupSlug: 'socket-registry',
      matchUpdateTypes: [
        'minor',
        'patch',
      ],
      matchPackageNames: [
        '/^@socketregistry//',
      ],
    },
  ],

I checked for renovate and the monorepo config seems to expect URLs, not package name matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants