Skip to content

Commit 126ccd4

Browse files
committed
Add Dependabot configuration for npm and GitHub Actions
Sets up weekly dependency update checks for both npm packages and GitHub Actions workflows, with @callicles as reviewer. https://claude.ai/code/session_015W86SJq7uqnADm78BJDQkn
1 parent cbcdf76 commit 126ccd4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
reviewers:
8+
- "callicles"
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
reviewers:
15+
- "callicles"

0 commit comments

Comments
 (0)