Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 0a35f8c

Browse files
committed
chore: add renovate
1 parent a0cd310 commit 0a35f8c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": ["config:base"],
3+
"ignoreDeps": ["eslint-plugin-verdaccio", "husky", "lint-staged"],
4+
"packageRules": [
5+
{
6+
"matchPackagePatterns": ["*"],
7+
"matchUpdateTypes": ["minor", "patch"],
8+
"groupName": "all non-major core dependencies",
9+
"groupSlug": "all-minor-patch-core",
10+
"extends": [":semanticCommitTypeAll(fix)"]
11+
}
12+
],
13+
"major": false,
14+
"pinVersions": false
15+
}

0 commit comments

Comments
 (0)