Skip to content

Commit 01ff95f

Browse files
authored
update renovate rules (#1986)
1 parent ce9f754 commit 01ff95f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

renovate.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"extends": [
3-
"config:base",
4-
"group:allNonMajor"
3+
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"packagePatterns": [
8+
"^((?!^typescript$).)*$"
9+
],
10+
"minor": {
11+
"groupName": "all non-major dependencies",
12+
"groupSlug": "all-minor-patch"
13+
}
14+
}
515
],
616
"ignoreDeps": [
717
"karma-sauce-launcher",
@@ -11,8 +21,9 @@
1121
"idb",
1222
"whatwg-fetch"
1323
],
14-
"reviewers": [
24+
"assignees": [
1525
"@Feiyang1",
1626
"@hsubox76"
17-
]
27+
],
28+
"schedule": "before 3am on Friday"
1829
}

0 commit comments

Comments
 (0)