Skip to content

Commit 5960f2d

Browse files
authored
feat: Update depbot to check GH actions
1 parent 417a371 commit 5960f2d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
version: 2
2+
23
updates:
3-
- package-ecosystem: "npm"
4+
- package-ecosystem: npm
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "automated pr"
11+
- "dependencies"
12+
- "javascript"
13+
14+
- package-ecosystem: "github-actions"
415
directory: "/"
516
schedule:
617
interval: "daily"
18+
labels:
19+
- "automated pr"
20+
- "dependencies"
21+
- "github actions"

0 commit comments

Comments
 (0)