chore: add Dependabot configuration for automated dependency updates - #811
chore: add Dependabot configuration for automated dependency updates#811chernojagne wants to merge 2 commits into
Conversation
Co-Authored-By: Autar <bot@autar.ai>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e2c8b0c. Configure here.
| groups: | ||
| all-dependencies: | ||
| patterns: | ||
| - "*" No newline at end of file |
There was a problem hiding this comment.
Missing trailing newline fails pre-commit check
Medium Severity
The new .github/dependabot.yml ends without a final newline. Since the CI linting job runs pre-commit run --all-files, which includes the end-of-file-fixer hook, this file will be flagged and the lint job will fail until the newline is added.
Reviewed by Cursor Bugbot for commit e2c8b0c. Configure here.
There was a problem hiding this comment.
Good catch — fixed in 442754f. Added the trailing newline so end-of-file-fixer will pass.
Pre-commit end-of-file-fixer requires a final newline. Co-Authored-By: Claude (Anthropic) <noreply@anthropic.com>


What type of PR is this? (check all applicable)
Description
Add a Dependabot configuration to automate dependency updates for the
pip,pre-commit, andgithub-actionsecosystems.Dependabot will open PRs when new versions of pinned dependencies are available. The configuration uses a weekly schedule and groups updates into fewer PRs to reduce noise.
This change was generated by Autar and reviewed by a human before submission.
Related Issues
PR checklist
Before submitting this pull request, I have done the following:
toxandpre-commitchecks locallyAdded/updated tests?
.github/metadata file with no testable runtime behavior.