Skip to content

Commit 9e52c06

Browse files
CookieSourceermo
authored andcommitted
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

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
version: 2
6+
updates:
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"

0 commit comments

Comments
 (0)