Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configure for Renovate to update npm dependencies #105

Open
krisstern opened this issue Feb 17, 2025 · 6 comments · May be fixed by #106
Open

Add configure for Renovate to update npm dependencies #105

krisstern opened this issue Feb 17, 2025 · 6 comments · May be fixed by #106
Labels
enhancement New feature or request

Comments

@krisstern
Copy link
Member

What feature do you want to see added?

As titled, with reference to https://github.com/renovatebot/renovate.

Upstream changes

N/A

@krisstern krisstern added the enhancement New feature or request label Feb 17, 2025
@biru-codeastromer
Copy link
Contributor

Hello @krisstern , can I help in adding it ?

@SohamJuneja
Copy link

I have added Renovate configuration to update npm dependencies. Here’s what I did:
Added "enabledManagers": ["npm"] to enable npm updates.
Included a packageRules entry to group and schedule npm dependencies.
Tested Renovate Locally:
Set up a GitHub Personal Access Token (RENOVATE_TOKEN).
Ran renovate --dry-run SohamJuneja/stories to verify detection of dependencies.
Renovate successfully identified npm dependencies (30) and a Dependency Dashboard.
@krisstern Shall I create a PR for this?

@biru-codeastromer
Copy link
Contributor

biru-codeastromer commented Feb 17, 2025

Actually I was already working on this @SohamJuneja . I was waiting for confirmation .Nonetheless let wait for confirmation.

@krisstern
Copy link
Member Author

@biru-codeastromer We appreciate your help, but can we let someone else contribute this time?

@krisstern
Copy link
Member Author

@SohamJuneja Please go ahead with a PR for this

@biru-codeastromer
Copy link
Contributor

@biru-codeastromer We appreciate your help, but can we let someone else contribute this time?

Definitely !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants