ci: add npm to dependabot config#207
Conversation
There was a problem hiding this comment.
Pull request overview
Adds npm dependency update checks to the existing Dependabot configuration so the repository’s Node.js dependencies receive automated weekly update PRs alongside GitHub Actions updates.
Changes:
- Extend
.github/dependabot.ymlto include thenpmecosystem. - Configure npm updates to run weekly for the root directory (
/).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Please align the configuration with what we use on other JS repositories - for example: https://github.com/m-lab/ndt7-js/blob/main/.github/dependabot.yml |
|
done with the changes , also changed the old github action to match the example you gave !! |
|
@sammy200-ui FYI we use conventional commits (https://www.conventionalcommits.org/en/v1.0.0/). I edited your pull request title to match this was of expressing commits. I suggest you take a look. |
now we also have npm dependencies with github actions as well !!
fixes #200