Adam Vigneaux

Results 2 issues of Adam Vigneaux

To use [Dependabot's support for private registries](https://github.blog/2021-03-15-dependabot-private-dependencies/), it looks like we have to configure [the `registries` option](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#configuration-options-for-private-registries) in `dependabot.yml` for every repository in our organization. It would be nice if...

T: feature-request
F: private-registries 💂‍♂️

According to https://github.com/npm/cli/issues/2692, the `node_modules/.hooks` functionality used by this package is no longer supported in npm v7. For me, this manifests in the following way: ```shell-session > npm update -g...