Skip to content

Commit bab243e

Browse files
committed
Add dependabot
1 parent 12a3bf2 commit bab243e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
# JavaScript/npm (Jest + Vitest examples)
4+
- package-ecosystem: "npm"
5+
directory: "/jest-example"
6+
schedule:
7+
interval: "weekly"
8+
9+
- package-ecosystem: "npm"
10+
directory: "/vitest-example"
11+
schedule:
12+
interval: "weekly"
13+
14+
# Python/pip (pytest example)
15+
- package-ecosystem: "pip"
16+
directory: "/pytest-example"
17+
schedule:
18+
interval: "weekly"
19+
20+
# GitHub Actions
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"

0 commit comments

Comments
 (0)