TATSUNO “Taz” Yasuhiro

Results 152 comments of TATSUNO “Taz” Yasuhiro

Utilizing that API sounds reasonable to me. It seems that `SecurityAdvisory` object contains useful information from developer perspective.

> This is on their roadmap, but until then this feature would greatly help automate our ScalaSteward process. Could you share the link to the roadmap? After GitLab released it,...

Regarding #2540, code LGTM 👍 However, secondary rate limit for `POST` does not return `Retry-After` header, so I am afraid that adding `Retry-After` is going to be an overhead. [From...

I've merged https://github.com/scala-steward-org/scala-steward-action/issues/335 It does not cover all cases but helps some cases definitely. I keep this issue open until we have solutions for other cases.

Maybe similar to https://github.com/scala-steward-org/scala-steward/issues/2099

@dkichler Sorry for the late response. Could you fix the conflict? Code looks great to me.

Pending: We need to wait Scala 2.12.17 https://github.com/scala/bug/issues/12632

Maybe `updates.ignore` in default Scala Steward can care this. https://github.com/scala-steward-org/scala-steward/blob/19909281fa163dd689ed2597dafd26302c279269/modules/core/src/main/resources/default.scala-steward.conf#L1-L3 It does not upgrade dependencies together, but can wait until related dependency release. So, something like this: ``` // Ignore...

Scala Steward already support repository specific configuration in `.scala-steward.conf`. https://github.com/fthomas/scala-steward/blob/master/docs/repo-specific-configuration.md

And it might also requires a new entry to configure which files should be updated, something like this: ``` additionalFilesToUpdate = [ { path : "path/to/a/file.ext" }, { pattern :...