Skip to content

Commit 4eb8ccd

Browse files
committed
build: update renovate bot
Ignore `jest` deps for `dependencies`
1 parent 41f361b commit 4eb8ccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
},
4848
{
4949
"matchFiles": ["package.json"],
50-
"matchDepTypes": ["dependencies", "optionalDependencies"],
51-
"rangeStrategy": "in-range-only"
50+
"matchDepTypes": ["dependencies"],
51+
"matchPackagePatterns": ["jest"],
52+
"enabled": false
5253
},
5354
{
5455
"matchDepTypes": ["peerDependencies"],

0 commit comments

Comments
 (0)