Skip to content

Commit 0cb621b

Browse files
add github actions in dependabot check (#247)
1 parent b642745 commit 0cb621b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "04:00"
8-
open-pull-requests-limit: 30
9-
ignore:
10-
- dependency-name: typescript
11-
versions:
12-
- 4.1.4
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: weekly
8+
9+
- package-ecosystem: npm
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
time: "04:00"
14+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)