You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
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.
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"] } }