Skip to content

Commit 4ef7eca

Browse files
chore(deps): add discoverability comments for directory-scoped ecosystems
Dependabot does not support glob patterns for directories — pip and docker require explicit paths. Comments note where to add entries if new manifests appear outside /agent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8ca6b0a commit 4ef7eca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
all-actions:
1515
patterns: ["*"]
1616

17-
# Docker — base image bumps (typically 1-2 images)
17+
# Docker — base image bumps (add new entries if Dockerfiles appear elsewhere)
1818
- package-ecosystem: "docker"
1919
directory: "/agent"
2020
schedule:
@@ -27,7 +27,7 @@ updates:
2727
all-docker:
2828
patterns: ["*"]
2929

30-
# Python (pip/uv) — all Python deps in a single PR
30+
# Python (pip/uv) — add new entries if pyproject.toml appears elsewhere
3131
- package-ecosystem: "pip"
3232
directory: "/agent"
3333
schedule:

0 commit comments

Comments
 (0)