Ryan Causey

Results 29 comments of Ryan Causey

What I was trying to say was that answering the "unless a user has disabled it" question may be complicated. GitLab at least has certain scenarios where it will disable...

It wouldn't work for the use case I'm trying to use it for. Since the projects I have are set to require a fast forward merge, any time a change...

I don't think that will work for my use case as if another human or even another renovate dependency MR merges to the main branch, all the other MRs targeting...

Yes I think that either would be the right approach and would solve for what I want without having to write a bunch of platform specific code to try and...

@rarkins it looks like this has been fixed, as I'm seeing my MRs merge automatically after rebasing by Renovate. I'm going to close this issue. Feel free to reopen if...

> I had the error even with `conventional-changelog-conventionalcommits` v7.x.x; it seems like it was being caused because the preset I was using with `@semantic-release/commit-analyzer` didn't match the preset I was...

> https://github.com/semantic-release/semantic-release/releases/tag/v24.0.0-beta.2 should resolve this problem and enable use of the latest conventional-changelog packages. > > it would be appreciated if folks following this issue that have experienced problems with...

Just ran into this while trying to export a requirements.txt for a two-stage docker build. Is there something that needs to be done to help the open PR along?

I just ran into this because `botocore` has different range requirements depending on the python version: ```toml [[package]] name = "botocore" version = "1.31.62" description = "Low-level, data-driven core of...

I just ran into this exact issue. Thanks @SassNinja for making this PR! I do have a question though: why is a ternary statement required? Would it not work to...