Skip to content

Commit f136061

Browse files
ruromeroclaude
andauthored
ci: add pip exclusion for pyproject test fixtures (#483)
The dependabot config only had a uv ecosystem exclusion for the pyproject/ test fixtures directory, not pip. Poetry-based fixtures without uv.lock were picked up by the pip scanner, causing PR #481. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 5047f15 commit f136061

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ updates:
5252
- package-ecosystem: "pip"
5353
directories:
5454
- "/test/providers/tst_manifests/pip/**"
55+
- "/test/providers/tst_manifests/pyproject/**"
5556
schedule:
5657
interval: "monthly"
5758
labels: []

0 commit comments

Comments
 (0)