https://github.com/breadadams/renovate-nvmrc-comment-bug
https://github.com/breadadams/renovate-nvmrc-comment-bug
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/breadadams/renovate-nvmrc-comment-bug
- Owner: breadadams
- License: agpl-3.0
- Created: 2025-09-04T18:55:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T19:23:57.000Z (6 months ago)
- Last Synced: 2026-01-13T21:39:29.432Z (6 months ago)
- Homepage: https://github.com/renovatebot/renovate/discussions/37850
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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