Hey everyone, Recently I’ve been frustrated by the volume of new dependabot PR’s in the repo as it is obstructing user submitted PR’s and has become a maintenance burden. The biggest offenders here are the gremlint and gremlin-javascript dependencies such as @types/node, eslint, styled-components, and prettier which all have very rapid release cycles (up to 10 releases/month for @types/node). None of these are critical dependencies to keep completely up-to-date either. Unless any objections are raised, I intend to start configuring dependabot to ignore patch releases for these noisy dependencies.
Regards, Cole