chore: add monthly flake.lock inputs update workflow#1978
chore: add monthly flake.lock inputs update workflow#1978yvan-sraka wants to merge 2 commits intodevelopfrom
Conversation
771718f to
4e32d5b
Compare
acf3ba4 to
42b0c29
Compare
fa26b67 to
0131d17
Compare
19a20f1 to
7eee32d
Compare
📝 WalkthroughWalkthroughAdds a new GitHub Actions workflow at Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
3d3d7fa to
4d895a7
Compare
7698e68 to
4255624
Compare
2e3f1f9 to
08a222b
Compare
|
close in favor of #2086 as 2086 requires no github app, and catagorizes based on critical, and non-critical, keeps them grouped together instead of distinct PR which is what we'll need to do in practice anyway |
Adds GitHub Action to automatically update
flake.lockevery Month. Uses Mic92/update-flake-inputs to create PRs with updated dependencies, preventing large, painful updates like the recent 2-year gap... #1714Targets develop branch with automated and dependencies labels. Can also be triggered manually via
workflow_dispatch.The workflow is configured with
GITHUB_TOKENwhich works but won't trigger CI workflows on the created pull requests (GitHub prevents this to avoid infinite loops).For CI workflows to run on the created PRs, you should set up a GitHub App:
APP_IDand private key asAPP_PRIVATE_KEYin repository secretsgithub-tokenstep to use the GitHub App tokenSee the full documentation for detailed instructions.
The current basic setup will work fine for creating PRs, the GitHub App is only needed if you want CI to automatically run on those PRs.
Summary by CodeRabbit