Maximilian Schiller

Results 25 comments of Maximilian Schiller

So to summarize this discussion and the [article](https://www.linkedin.com/pulse/how-keep-your-npm-dependencies-up-to-date-without-wasting-gorej/) @char0n mentioned, the best solution appears to be this: ```yml name: auto-merge on: pull_request_target: jobs: auto-merge: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest...

@char0n I don't think it is. I just modified the [usage example](https://github.com/ahmadnassri/action-dependabot-auto-merge#usage) from the top of the README where it is included.

> Maybe it would warrant some explanation, so that it's clear. Definitely.

Just to mention it here, I personally decided to switch to @koj-co's [dependabot-pr-action](https://github.com/koj-co/dependabot-pr-action) as it merges the PR itself and other workflows running after it don't have any limitations like...

> Any ideas on getting around this for main/default branch not accessing secrets? @raisonon As I already mentioned [above](https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60#issuecomment-801426369), one way to keep using Dependabot instead of switching to renovate...

If anyone else is facing this issue, pinning the action to [v1.9.0](https://github.com/BetaHuhn/deploy-to-vercel-action/releases/tag/v1.9.0) is a temporary work around confirmed by @wottpal (https://github.com/yieldgate/yieldgate/pull/14#issuecomment-1162138808) The issue might be caused by one of the...

Hey guys, I stumbled upon this library a while ago but noticed a few issues and things I wanted to improve. I was first thinking about forking it and becoming...

What did the feature look like in the original Mailin @muety? What would you expect from it now? I think this would be easy to implement and I would be...

Hey, the message `circular dependency` indicates that one file is importing another file which in turn is importing the first one. It seems `Node v15` no longer supports this. Could...

> info: nodeMailin v2.1.1 I just noticed you are not using the [latest](https://www.npmjs.com/package/node-mailin) version of `node-mailin`. Try installing the latest version [v2.4.0](https://www.npmjs.com/package/node-mailin/v/2.4.0) and see if the error is coming up...