Skip to content

Commit 6be21c6

Browse files
Boshenclaude
andcommitted
chore: ignore test fixture package.json files in renovate
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a9e2aee commit 6be21c6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigestsToSemver"]
3+
"extends": ["github>Boshen/renovate"],
4+
"ignorePaths": [
5+
"packages/cli/snap-tests/**",
6+
"packages/cli/snap-tests-global/**",
7+
"packages/cli/snap-tests-todo/**",
8+
"bench/fixtures/**"
9+
]
410
}

0 commit comments

Comments
 (0)