Skip to content

Commit d29f02f

Browse files
skulidropekclaude
andcommitted
chore(renovate): ignore react and react-dom updates
Gridland's renderer requires react@19.2.4 exactly. Renovate keeps bumping it back to 19.2.7 which breaks the singleton test. Pin via ignoreDeps so Renovate stops managing these two packages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 14f9174 commit d29f02f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"prBodyNotes": ["cc @skulidropek"],
1313

1414
"prConcurrentLimit": 1,
15-
"prHourlyLimit": 1
15+
"prHourlyLimit": 1,
16+
17+
"ignoreDeps": ["react", "react-dom"]
1618
}

0 commit comments

Comments
 (0)