stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

deps: Manage mutation-testing-elements with renovate #2902

Open hanahbaker1 opened 3 months ago

hanahbaker1 commented 3 months ago

Adding custom manager for libman in renovate config file fixes #2862

rouke-broersma commented 2 months ago

@hanahbaker1 apparently for renovate to validate the change the branch must be named renovate/reconfigure. I've copied your change to a new branch with that name and the validation seems to be failing. I had expected some kind of error message from renovate that explains what's wrong but so far I haven't found any. See: https://github.com/stryker-mutator/stryker-net/pull/2910

Seems like something in the configuration is incorrect.

rouke-broersma commented 2 months ago

Ok I ran the validator locally and this is the output:

> RENOVATE_CONFIG_FILE=renovate.json

> npx -p renovate renovate-config-validator

 INFO: Validating renovate.json
ERROR: Found errors in configuration
       "file": "renovate.json",
       "errors": [
         {
           "topic": "Configuration Error",
           "message": "Custom Manager contains disallowed fields: depName"
         },
         {
           "topic": "Configuration Error",
           "message": "Invalid configuration option: customManagers[0].depName"
         }
       ]