-
Notifications
You must be signed in to change notification settings - Fork 401
[CI] enable dependabot for GHA workflows #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Hi! Thank you for contributing to the TileLang project. Please remember to run We appreciate you taking this step! Our team will review your contribution, and we look forward to your awesome work! 🚀 |
WalkthroughAdds repository-wide editor settings via .editorconfig, introduces Dependabot configuration for weekly GitHub Actions updates, and removes a previously defined GitHub Actions workflow for “Dependent Bot Action.” Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub
participant DB as Dependabot
Dev->>GH: Add .editorconfig and .github/dependabot.yml<br/>Remove .github/workflows/dependabot.yml
Note over GH: Workflow "Dependent Bot Action" no longer present
rect rgb(230,245,255)
Note over DB,GH: Weekly schedule (Mon 12:00 Asia/Shanghai)
DB-->>GH: Check GitHub Actions dependencies at repo root
DB->>GH: Open PR with commit message prefix "[CI]"
end
GH-->>Dev: Notify about new dependency update PR
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
LGTM, Merged:) |
* chore: add .editorconfig * feat: enable dependabot for GHA workflows
Summary by CodeRabbit
No product, API, or UI changes.