There was an error while loading. Please reload this page.
1 parent 12a3bf2 commit bab243eCopy full SHA for bab243e
1 file changed
.github/dependabot.yml
@@ -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
10
+ directory: "/vitest-example"
11
12
13
14
+ # Python/pip (pytest example)
15
+ - package-ecosystem: "pip"
16
+ directory: "/pytest-example"
17
18
19
20
+ # GitHub Actions
21
+ - package-ecosystem: "github-actions"
22
+ directory: "/"
23
24
0 commit comments