Skip to content

Commit

Permalink
build: update renovate bot
Browse files Browse the repository at this point in the history
Ignore `jest` deps for `dependencies`
  • Loading branch information
ahnpnl committed Aug 15, 2024
1 parent 41f361b commit 4eb8ccd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
},
{
"matchFiles": ["package.json"],
"matchDepTypes": ["dependencies", "optionalDependencies"],
"rangeStrategy": "in-range-only"
"matchDepTypes": ["dependencies"],
"matchPackagePatterns": ["jest"],
"enabled": false
},
{
"matchDepTypes": ["peerDependencies"],
Expand Down

0 comments on commit 4eb8ccd

Please sign in to comment.