Skip to content

Configure Dependabot to exclude test files from updates#185

Merged
ejevon merged 1 commit into
mainfrom
claude/bold-thompson-mwlcgs
Jun 22, 2026
Merged

Configure Dependabot to exclude test files from updates#185
ejevon merged 1 commit into
mainfrom
claude/bold-thompson-mwlcgs

Conversation

@ejevon

@ejevon ejevon commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Updated the Dependabot configuration to exclude test-related files and directories from dependency update checks.

Key Changes

  • Added exclude-paths configuration to the Dependabot settings
  • Excluded the entire test/ directory from dependency updates
  • Excluded test files matching the pattern ossprey/test_*.py from dependency updates

Details

This change prevents Dependabot from creating pull requests for dependency updates that only affect test files, reducing noise from test-only dependency changes while still maintaining updates for production code dependencies.

https://claude.ai/code/session_01JDBhcaeYWbKi4Rc9qVgNgE

Add exclude-paths so Dependabot ignores the test fixture manifests under
test/ (and the test_*.py modules), preventing unwanted update PRs for
intentionally pinned/broken test packages.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01JDBhcaeYWbKi4Rc9qVgNgE
@ejevon ejevon merged commit 0cd8ff1 into main Jun 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants