Skip to content

Commit fe13c41

Browse files
Boshenclaude
andcommitted
fix: ignore test fixtures in renovate config to fix yarnrc warning
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a739a2f commit fe13c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate"]
3+
"extends": ["github>Boshen/renovate"],
4+
"ignorePaths": ["**/fixtures/**"]
45
}

0 commit comments

Comments
 (0)