fix: enable dependabot#157
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a Dependabot configuration file (.github/dependabot.yml) to automate weekly dependency updates for Python (pip) and GitHub Actions. The reviewer correctly identified that because this is a monorepo, the pip ecosystem configuration needs to target the specific package subdirectories (/packages/otdf-python and /packages/otdf-python-proto) where the dependencies are defined, rather than the root directory.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Fixes: #156