ci: 添加 dependabot 配置,所有依赖更新合并为一个 PR - #14
Merged
Merged
Conversation
- 参考 wolotech 各仓库约定:版本更新(含大版本)全部分组,安全更新单独成组 - backend(gomod)与 frontend(pnpm)通过 multi-ecosystem 组合并到同一个 PR - 每日 09:00(Asia/Shanghai)检查,提交前缀 chore(deps)
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR adds Dependabot configuration for daily Go backend and pnpm frontend updates. Regular updates use one labeled group. Security updates use a separate group. ChangesDependency automation
Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
新增
.github/dependabot.yml,参考 wolotech 各仓库(wolowork-backend、temp-email、wolowork-admin-frontend)的约定:backend/(gomod)与frontend/(pnpm)通过multi-ecosystem-groups的dependencies组合并,含大版本升级,一个 PR 提所有。security-dependencies组(dependabot 的跨生态组只支持版本更新,安全更新按生态分组)。chore(deps),标签dependencies+go/javascript。验证
dependabot-2.0.json校验(check-jsonschema)。现有 4 个 dependabot PR
#9、#10、#11、#12 是配置生效前的单包 PR(其中 #10、#11、#12 是安全更新)。合并本 PR 后,dependabot 下次运行会按分组重新生成 PR 并关闭旧的;不想等到明早可在 Insights → Dependabot 页面点「Check for updates」。
Summary by CodeRabbit