Skip to content

Commit 7773700

Browse files
authored
add renovate configuration (#1952)
1 parent b3376e2 commit 7773700

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"group: allNonMajor"
5+
],
6+
"ignoreDeps": [
7+
"karma-sauce-launcher",
8+
"protractor",
9+
"long",
10+
"rollup-plugin-copy-assets",
11+
"idb",
12+
"whatwg-fetch"
13+
],
14+
"reviewers": [
15+
"@Feiyang1",
16+
"@hsubox76"
17+
]
18+
}

0 commit comments

Comments
 (0)