Skip to content

Commit b8cb92b

Browse files
committedJul 9, 2024·
ci(renovate): Disable updating engines field
1 parent 7d2faa4 commit b8cb92b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"extends": [
44
"config:recommended",
55
"schedule:weekly",
6-
":disablePeerDependencies",
76
":semanticCommitTypeAll(chore)"
87
],
98
"labels": ["dependencies"],
@@ -15,6 +14,10 @@
1514
"groupSlug": "all-minor-patch",
1615
"matchCurrentVersion": ">=1.0.0",
1716
"matchUpdateTypes": ["minor", "patch"]
17+
},
18+
{
19+
"matchDepTypes": ["peerDependencies", "engines"],
20+
"enabled": false
1821
}
1922
]
2023
}

0 commit comments

Comments
 (0)
Please sign in to comment.