Skip to content

Commit 05ee156

Browse files
committedJul 31, 2022
cicd: add action checking to dependabot.
1 parent d16f32a commit 05ee156

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎.github/dependabot.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
6-
interval: "monthly"
6+
interval: monthly
7+
8+
- package-ecosystem: npm
9+
directory: /
10+
schedule:
11+
interval: monthly

0 commit comments

Comments
 (0)
Please sign in to comment.