Skip to content

Commit 7733f55

Browse files
ruromeroclaude
andcommitted
ci: add pip exclusion for msc/python test fixtures
The dependabot config missed /src/test/resources/msc/python in the pip ecosystem exclusion, allowing security update PR guacsec#425 (mako bump) to be created for an intentionally-pinned test fixture. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent bf52282 commit 7733f55

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
@@ -43,6 +43,7 @@ updates:
4343
directories:
4444
- "/src/test/resources/tst_manifests/pip/**"
4545
- "/src/test/resources/tst_manifests/it/pypi/**"
46+
- "/src/test/resources/msc/python"
4647
schedule:
4748
interval: "monthly"
4849
labels: []

0 commit comments

Comments
 (0)