Skip to content

Commit bf7a1b6

Browse files
julian-rischclaude
andcommitted
chore: fix Dependabot pip config to cover all integration packages
The previous pip entry pointed at '/' (root has no Python packages). Switch to directories: ["integrations/*"] so Dependabot actually scans all 62 integration pyproject.toml files in the monorepo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a838929 commit bf7a1b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ updates:
88
default-days: 1
99

1010
- package-ecosystem: 'pip'
11-
directory: '/'
11+
directories:
12+
- 'integrations/*'
1213
schedule:
1314
interval: 'daily'
1415
cooldown:

0 commit comments

Comments
 (0)