Philip

Results 46 comments of Philip

@nicojs your analysis helped thank you, we are trying to upgrade all lock files regardless if the upgrade is related to them suggested solution is: Add a check if the...

reproduced, we are parsing it as part of our registry urls ``` "registryUrls": [ "https://repo.maven.apache.org/maven2", "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/", "https://plugins.gradle.org/m2/" ], ```

we use tokenizer , i have no idea, the code is here i suppose: https://github.com/renovatebot/renovate/blob/e4dbd4ad491f656aaa7f9da9d4dae2c18622a1e6/lib/modules/manager/gradle/parser.ts#L281-L313

the tokenizer is matching specific keywords for multiple cases, check out the [parser](https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/gradle/parser.ts) looking at all cases of `processCustomRegistryUrl` 1) `maven("https://repository.mycompany.com/m2/repository")` 2) `maven { name = "baz"; url = "https://maven.springframework.org/${name}"...

can you show us the custom version regex you made to resolve this? for other people who are facing the same issue

Hi @viceice , it's very clear to you what this issue is about, but not to me, probably not to the community, can you please elaborate? add examples to which...

should we also validate urls? like `github>org/repo`?

input renovate.json ``` { "extends": [ "config:base", "foobar", "github>whitesource/merge-confidence:beta" ] } ``` is this the expected result of running renovate-config-validator? ![image](https://user-images.githubusercontent.com/42116482/177765874-5e3a6e7e-d4bd-406c-b890-a67eee637c08.png) Please confirm @rarkins @betterPeleg

on a real repository: ``` INFO: Issue created (repository=StinkyLord/go-get-demo) WARN: Config Warning (repository=StinkyLord/go-get-demo) "configError": { "validationError": "Cannot find preset's package (foobar)", "message": "config-validation", "stack": "Error: config-validation\n at Object.resolveConfigPresets (C:\\github\\renovate\\lib\\config\\presets\\index.ts:314:25)\n at...

@betterPeleg it shows inside i think with good info: ![image](https://user-images.githubusercontent.com/42116482/177770040-9e0c899e-a79b-4750-82a2-5bc9168a82cc.png) the red is the name of the preset