Proposing to add a new feature to be able to sync `.npmrc` files between repositories. ``` ignore-scripts=true allow-git=none min-release-age=3 ``` The input parameter would probably be called simply `npmrc` and look for a file path.
Proposing to add a new feature to be able to sync
.npmrcfiles between repositories.The input parameter would probably be called simply
npmrcand look for a file path.