An open API service indexing awesome lists of open source software.

https://github.com/breadadams/renovate-nvmrc-comment-bug


https://github.com/breadadams/renovate-nvmrc-comment-bug

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Renovate discussion #37850

## Current behavior

1. Add an `.nvmrc` file to the root of your repo, behind latest.
2. See dependency dashboard entries and PRs created for updating Node.
3. Include a comment in the `.nvmrc` file using the hash comment syntax (`# comment`) https://github.com/nvm-sh/nvm/issues/3336.
4. See how Renovate closes the PRs and removes the entries from the dep. dashboard.

## Expected behavior

1. Add an `.nvmrc` file to the root of your repo, behind latest.
2. See dependency dashboard entries and PRs created for updating Node.
3. Include a comment in the `.nvmrc` file using the hash comment syntax (`# comment`) https://github.com/nvm-sh/nvm/issues/3336.
4. Renovate should keep the Node PRs open (and continue to open them for future updates).

## Link to the Renovate issue or Discussion

https://github.com/renovatebot/renovate/discussions/37850