Setup dependabot for weekly bumps#1345
Conversation
|
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to perform weekly npm dependency bumps grouped into a single PR, and updates cspell ignore list to skip the new config file.
Changes:
- New
.github/dependabot.ymlconfiguring weekly npm updates with a 1-day cooldown and a single "all-dependencies" group. - Adds
dependabot.ymlto the cspell ignore list.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/dependabot.yml | New Dependabot config for weekly grouped npm bumps. |
| cspell.json | Ignore dependabot.yml from spell checking. |
Added dependabot config for weekly dep bumps.