Commit 9e52c06
ci: Add Dependabot config for npm updates
Add a Dependabot configuration to automatically check for npm dependency updates and open PRs on a monthly cadence. This reduces manual upkeep and keeps dependencies current.
Key changes
Add .github/dependabot.yml to enable npm update checks.
Configure update cadence on a monthly basis to reduce noise
Notes / rationale
Dependabot will create automated PRs for dependency bumps, making it easier to stay up to date and address security advisories promptly.1 parent bc1f93a commit 9e52c06
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments