-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
add renovatebot #623
add renovatebot #623
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #623 +/- ##
==========================================
+ Coverage 73.09% 73.22% +0.12%
==========================================
Files 49 49
Lines 3096 3096
==========================================
+ Hits 2263 2267 +4
+ Misses 833 829 -4 ☔ View full report in Codecov by Sentry. |
Can you add a github action to run renovate? https://github.com/renovatebot/github-action |
Something that runs every 15 minutes like this? Happy to do it!
I never knew one can run renovate as an action, I've always just let it run on its own accord, what benefits do you recon this brings? |
"let it run on its own accord" What does this mean? I assumed that without a GitHub action I would need to run some command regularly to get updates. |
It just triggers every so often on its own. Without a schedule I guess it runs when the load on the bot is low? After adding renovate.json you simply need to enable https://github.com/apps/renovate for this repo and that is it, no gh action needed. |
Oh! That's the part I was missing. Ok, with the GitHub hook we don't need an action. |
Great. Then the only thing you need to do before merging this is to add the renovate GitHub app I linked above to this repo. |
Thanks!! |
As discussed in #622 this pull request adds the renovatebot to this repo.
The current config will automatically merge minor updates and patches, major version bumps need to be merged manually.