Disable non-dev-dependency update MR creation for libraries #31455
-
What would you like help with?I would like help with my configuration How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Platform: GitLab (self-managed), Renovate version: 38.87.1 Please tell us more about your question or problemHello! We are using self-hosted Renovate and a self-managed GitLab instance. Autodiscovery is enabled with an global file config, containing some shared package rules. Our repositories contain PHP libraries (packages), Symfony bundles and projects (applications). In the Is something like this possible? Looking forward to a reply, Kind regards, Joep Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, write a package rule and use matchDepTypes to match and disable any types you don't like |
Beta Was this translation helpful? Give feedback.
This would require a new feature. Something like adding a new field
packageFileType
and then a matchermatchPackageFileTypes
. UsingprojectType
would be shorter but probably less intuitive and easier to get mixed up with other things.Please create a "Suggest an Idea" discussion proposing
packageFileType
andmatchPackageFileTypes
. If you're interested in implementing it yourself, you can go ahead. Otherwise it will likely stay in idea/discussion form unless it turns out to have wider applicability to other users too