1 parent 14b11e9 commit 85cd5e8Copy full SHA for 85cd5e8
1 file changed
.github/dependabot.yml
@@ -5,7 +5,17 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: npm
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "npm"
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
+
13
+ - package-ecosystem: "github-actions"
14
15
16
17
18
+ - package-ecosystem: "pre-commit"
19
20
schedule:
21
interval: "weekly"
0 commit comments