Skip to content

Commit c641e3d

Browse files
committed
chore: ignore marvin major bumps in dependabot
Marvin upgrades can break the contact-extractor agent due to pydantic-ai compatibility issues. Require manual testing before accepting major version bumps. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
1 parent 1a25905 commit c641e3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
directory: /a2a/a2a_contact_extractor
1212
schedule:
1313
interval: weekly
14+
ignore:
15+
- dependency-name: marvin
16+
# marvin>=3.2.0 is pinned for pydantic-ai compatibility;
17+
# major bumps need manual testing before merge
1418
- package-ecosystem: pip
1519
directory: /a2a/a2a_currency_converter
1620
schedule:

0 commit comments

Comments
 (0)