Skip to content

Commit b78bddf

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 b78bddf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/renovate.json

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

0 commit comments

Comments
 (0)