Skip to content

Commit 76618a5

Browse files
Merge branch 'master' into beta
# Conflicts: # README.md # package-lock.json # package.json
2 parents 54eabd5 + 08f2d5c commit 76618a5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":pinOnlyDevDependencies"
5+
],
6+
"ignoreDeps": ["@types/node"],
7+
"packageRules": [
8+
{
9+
"packagePatterns": [ "^@types" ],
10+
"groupName": "@types"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)