Skip to content

chore: configure dependabot for native dependency updates#75

Open
denischilik wants to merge 3 commits into
mainfrom
feat/dependabot-native-flutter
Open

chore: configure dependabot for native dependency updates#75
denischilik wants to merge 3 commits into
mainfrom
feat/dependabot-native-flutter

Conversation

@denischilik
Copy link
Copy Markdown
Contributor

Background

This updates Dependabot coverage to focus on native dependency surfaces for the Flutter SDK.
It helps keep Android and iOS native dependencies current with predictable weekly update PRs.

What Has Changed

  • Added Dependabot configuration for Android native dependencies in /android and /example/android.
  • Added Dependabot configuration for iOS native dependencies in /ios and /example/ios.
  • Added Dependabot configuration for GitHub Actions workflows.
  • Scoped update limits and commit prefixes for cleaner maintenance PRs.

Screenshots/Video

N/A

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have tested this locally.

Additional Notes

This change is configuration-only and does not modify runtime SDK behavior.

@cursor
Copy link
Copy Markdown

cursor Bot commented Jun 3, 2026

PR Summary

Low Risk
Configuration-only; no application or runtime code changes.

Overview
Adds Dependabot via .github/dependabot.yml so dependency bumps land as scheduled PRs instead of manual updates.

GitHub Actions at repo root get weekly checks with up to 4 open PRs. Gradle for /android and /example/android use the same weekly cadence; the main Android tree allows 4 concurrent PRs and the example app 2. All entries use the dependabot label and chore commit prefix.

Reviewed by Cursor Bugbot for commit a27d2b9. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

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, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 154863c. Configure here.

Comment thread .github/dependabot.yml Outdated
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