We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9f754 commit 01ff95fCopy full SHA for 01ff95f
renovate.json
@@ -1,7 +1,17 @@
1
{
2
"extends": [
3
- "config:base",
4
- "group:allNonMajor"
+ "config:base"
+ ],
5
+ "packageRules": [
6
+ {
7
+ "packagePatterns": [
8
+ "^((?!^typescript$).)*$"
9
10
+ "minor": {
11
+ "groupName": "all non-major dependencies",
12
+ "groupSlug": "all-minor-patch"
13
+ }
14
15
],
16
"ignoreDeps": [
17
"karma-sauce-launcher",
@@ -11,8 +21,9 @@
21
"idb",
22
"whatwg-fetch"
23
- "reviewers": [
24
+ "assignees": [
25
"@Feiyang1",
26
"@hsubox76"
- ]
27
28
+ "schedule": "before 3am on Friday"
18
29
}
0 commit comments