Gary Lockett

Results 64 comments of Gary Lockett

@ktomk Thankyou! I've been struggling to figure out why installed_paths wasn't being used in the phpcs.xml when as far as I could tell from these issues, it should be! Using...

I think we're good now. The current schedule is set to be daily, which is `before 2am` (https://docs.renovatebot.com/presets-schedule/#scheduledaily). Some actions will occur outside of the schedule, but we will want...

I expect this to happen during the next scheduled period, `before 2am` each day.

Thanks for getting back to me. Regarding collections, correct, a map of query parameters to a list of array keys. The query parameters could include page number, page limit, sort...

I'm not sure how recently something changed, but I'm now starting to get these errors. All 3 examples in the below demo should be valid, however they show as invalid...

That's indicating 2 different version tags, the branch `master` available to composer as `dev-master` has an alias of `2.0.x-dev`. Not only does it seem to be unable to parse `2.0.x-dev`,...

I have updated the description with the minimal reproduction as requested https://github.com/internalsystemerror/renovate-issue-17845

I was under the impression that the renovate config was what needed testing, my apologies. If we change it though, there won't be anything to check would there? And by...

@rarkins yeah but it just says: > Reduce the Renovate config to a minimum What's minimum? I already removed anything in `renovate.json` which wouldn't be the cause of the problem,...

I'm unsure what the cause of the problem is though, and my intention is to give enough details to let you investigate. ```json { "extends": [ ":ignoreModulesAndTests", ":automergeMinor", ":automergeBranch", ":rebaseStalePrs",...