You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we use the repository-manager tool called Projen. This tool centralizes repository and dependency config into a .projenrc.js file.
Currently Dependabot and Projen are incompatible (in our case when using NPM) because Projen overwrites the package.json file.
In order to be compatible with Projen, Dependabot would need to update dependencies in the .projenrc.js file instead of the package.json/package-lock.json files.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Feature description
Hi, we use the repository-manager tool called Projen. This tool centralizes repository and dependency config into a
.projenrc.js
file.Currently Dependabot and Projen are incompatible (in our case when using NPM) because Projen overwrites the package.json file.
In order to be compatible with Projen, Dependabot would need to update dependencies in the
.projenrc.js
file instead of the package.json/package-lock.json files.The text was updated successfully, but these errors were encountered: