-
Notifications
You must be signed in to change notification settings - Fork 188
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
deps: Manage mutation-testing-elements with renovate #2902
Conversation
initial thoughts on adding custom manager for libman in renovate config file
@hanahbaker1 apparently for renovate to validate the change the branch must be named Seems like something in the configuration is incorrect. |
Ok I ran the validator locally and this is the output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config is not quite valid. You can validate the config using the following commands on linux:
> cd stryker-net/.github
> RENOVATE_CONFIG_FILE=renovate.json
> npx -p renovate renovate-config-validator
Let me know if you need any help with that
Thanks for the assist @hanahbaker1! Much appreciated :) Sorry it took me so long to get back around to this. |
Adding custom manager for libman in renovate config file
fixes #2862