Skip to content

Commit 85cd5e8

Browse files
authored
Let dependabot also check github-actions and pre-commit. (#120)
1 parent 14b11e9 commit 85cd5e8

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: npm
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
18+
- package-ecosystem: "pre-commit"
19+
directory: "/"
1020
schedule:
1121
interval: "weekly"

0 commit comments

Comments
 (0)