Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

[Question] Group updates by language #455

@openjck

Description

@openjck

Which Renovate are you using? e.g. CLI, GitHub app, GitLab app, etc.

GitHub app

Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps

GitHub

What is your question?

Is it possible to group updates by language? We'd like Renovate to open one pull request each week for all JavaScript updates and a separate pull request each week for all Python updates.

I haven't been able to find an answer to this question in the documentation. I figured this configuration might work, but it's unclear from the documentation.

{
  "extends": ["config:base"],
  "js": {
    "extends": ["group:all"]
  },
  "python": {
    "extends": ["group:all"]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Priority

    None yet

    Datasource

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions