Skip to content

chore: add Dependabot configuration for automated dependency updates - #811

Open
chernojagne wants to merge 2 commits into
getsentry:masterfrom
autar-pr:add-dependabot-a8aadc5d
Open

chore: add Dependabot configuration for automated dependency updates#811
chernojagne wants to merge 2 commits into
getsentry:masterfrom
autar-pr:add-dependabot-a8aadc5d

Conversation

@chernojagne

Copy link
Copy Markdown

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Other

Description

Add a Dependabot configuration to automate dependency updates for the pip, pre-commit, and github-actions ecosystems.

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

  • Closes #

PR checklist

Before submitting this pull request, I have done the following:

Added/updated tests?

Current repository has 100% test coverage.

  • Yes
  • No, and this is why: Dependabot configuration is a .github/ metadata file with no testable runtime behavior.
  • I need help with writing tests

@chernojagne
chernojagne requested a review from markstory as a code owner August 7, 2026 13:12

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread .github/dependabot.yml Outdated
groups:
all-dependencies:
patterns:
- "*" No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e2c8b0c. Configure here.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant