Skip to content

Commit ca5d5f9

Browse files
authored
chore: disable renovate engines bump to prevent pnpm engine requirement from going past codeflow deployed version (#498)
1 parent be13366 commit ca5d5f9

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
@@ -11,7 +11,7 @@
1111
"node": false,
1212
"packageRules": [
1313
{
14-
"matchDepTypes": ["peerDependencies"],
14+
"matchDepTypes": ["peerDependencies","engines"],
1515
"enabled": false
1616
}
1717
]

0 commit comments

Comments
 (0)