gitolicious

Results 32 comments of gitolicious

Works again with 0.25.5 (and 0.25.6) after failing on 0.25.4, installation via Scoop on Win10. Thanks for the quick fix!

Thanks for your feedback. If we could extract the language from some setting available in Keypirinha and come up with a reasonable default radius, the necessary settings would be reduced....

I created a public DevOps project with NPM and Docker to reproduce the error. ```yaml version: 2 updates: - package-ecosystem: npm directory: / schedule: interval: weekly - package-ecosystem: docker directory:...

Alright, thank you. I can confirm the new default value was used in 0.14.1: [Build Log](https://dev.azure.com/dependabot-debug/npm-docker/_build/results?buildId=19&view=logs&j=be2c39d2-39df-5cd1-ffd9-71ea239221a0&t=5f55c3fc-e1c5-50e2-fd1d-401b45cd1abb&l=326) After enabling it explicitly ```yaml abandonUnwantedPullRequests: true ``` we are back (as expected) to...

Sure, that's understood. Just wanted to make it explicitly clear for everyone. The title of this issue is just mentioning "monorepos" which first let me thinking this doesn't affect me,...

Btw, the `targetUpdateIds` function (#478 released in 0.14.1) also doesn't help: ```yaml - task: dependabot@1 inputs: abandonUnwantedPullRequests: true targetUpdateIds: '0' - task: dependabot@1 inputs: abandonUnwantedPullRequests: true targetUpdateIds: '1' ``` [Build...

Thanks. Tests fixed and rebase done.

Thanks for the feedback. I migrated the logic to a view extender. Handling multiple owners and the gvr/fqn tuples are still missing. Will work on that in the next days...

> On the dao side implement an Owner interface that would return a collection of gvr/fqn tuples for the owning controllers. I didn't fully understand that part. Could you explain...

The code got much cleaner now thanks to your suggestions and after me getting a better grasp on the structure of the code.