R Gibim

Results 82 comments of R Gibim

As I understand (I also bumped into this problem), there's no "standard directory" for defining internal actions (I don't think `.github/actions/` is standard), and therefore dependabot simply does not assume...

Our organization would use this feature a lot - it would make chatops implementation way cleaner.

We unfortunatley saw the error again today. ``` reviewdog: post failed for Cspell: fail to parse diff: GET https://api.github.com/repos/MyOrg/my-repo/pulls/327: 406 Sorry, the diff exceeded the maximum number of files (300)....

I can confirm this is still an issue in latest `rails` version (v7.1.3.4) along with latest `graphql-ruby-fragment_cache` version (v1.20.2) The line where the warning happens is now different though: https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/blob/8ce934d1ab3bfd07e01fe387bf903ef75489bbe4/lib/graphql/fragment_cache/railtie.rb#L22...

Just upgraded from 1.20.2 to 1.20.4 and it ~seems fixed now~! Thank you! 😄 EDIT: ops! too early! It seems the warning is back: ![Screenshot 2024-10-16 at 07 55 39](https://github.com/user-attachments/assets/d19dda27-2d67-4e35-8fed-1d128ebb0abf)...

Right, but shouldn't `karafka-testing` be grouped inside the karafka group? Since I'm defining the karafka group with a pattern which I believe should include `karafka-testing`: ```yaml groups: karafka: patterns: -...

Got it, thank you for confirming the issue @jurre - I understand this issue is related to the processing order of the groups. Looking forward to updates on it :)...

Update: I updated our dependabot.yml as such: ```diff groups: ... dev-dependencies: dependency-type: "development" + exclude-patterns: + - "karafka-testing" ``` That fixed the `dev-dependencies` PRs... But then Dependabot tried to rebase...

Any updates to this? It looks like this is still an issue in our end.

Hello, Sorry for the delay - I wasn't available for most of the week. In our private repo we still see the issue, at least when Dependabot is rebasing an...