Zoltán Lehóczky

Results 1162 comments of Zoltán Lehóczky

The ball is still in GitHub support's court. They're investigating.

We could also use https://github.com/renovatebot/renovate instead.

Since this is not moving with GitHub's support, I'll look into using Renovate.

I'd expect that trying to recreate a dependency update tool will surely bring us down a very deep rabbit hole and we're better off using something that's built for this...

I disabled Dependabot under https://github.com/OrchardCMS/OrchardCore/settings/security_analysis after merging https://github.com/OrchardCMS/OrchardCore/pull/17003 We'll see the first updates coming on Sunday. I'll keep this open until then; I'll close once we're satisfied.

This is now fixed by Renovate.

This needs manual fixes: https://github.com/OrchardCMS/OrchardCore/pull/18042.

10 is the default. You need to specify the `size` (and potentially `from` and `sort`) parameter in the query for a larger result set. E.g.: ```json { "query": { "match_all":...

Sure. So the task here is to update the default "Match All query" to the below one, making it apparent that there's a limit: ```json { "query": { "match_all": {...