Skip to content

Commit 874e8ae

Browse files
authored
chore: change renovate-bot range strategy to reduce churn in package.json files (#1214)
1 parent abefef4 commit 874e8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
":semanticCommits" // nicer commit messages
88
],
99
"labels": ["dependencies"],
10-
"rangeStrategy": "bump",
10+
"rangeStrategy": "update-lockfile",
1111
"packageRules": [
1212
{
1313
"matchDepTypes": ["peerDependencies","engines"],

0 commit comments

Comments
 (0)