Skip to content

Commit 918fd30

Browse files
committed
chore(renovate): do not automatically merge minor esbuild version bumps
This comes as a reaction to #336, which was reverted in #337. As esbuild's changelog recommends: > This release deliberately contains backwards-incompatible changes. To > avoid automatically picking up releases like this, you should either > be pinning the exact version of esbuild in your package.json file > (recommended) or be using a version range syntax that only accepts > patch upgrades such as ^0.21.0 or ~0.21.0.
1 parent bd6588e commit 918fd30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
{
77
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
88
"automerge": true
9+
},
10+
{
11+
"matchPackageNames": ["esbuild"],
12+
"matchUpdateTypes": ["minor"],
13+
"automerge": false
914
}
1015
],
1116
"timezone": "America/Chicago",

0 commit comments

Comments
 (0)