Skip to content
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

Setup Dependabot #675

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Setup Dependabot #675

merged 1 commit into from
Nov 22, 2023

Conversation

jongwooo
Copy link
Contributor

What this PR does / why we need it:

If we add dependabot to the list of bots we can continuously check our dependencies.

Which issue(s) this PR fixes:

Fixes #651

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Didn't break anything

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5500afb) 48.96% compared to head (f6759aa) 48.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #675   +/-   ##
=======================================
  Coverage   48.96%   48.96%           
=======================================
  Files          69       69           
  Lines       10090    10090           
=======================================
  Hits         4941     4941           
  Misses       4631     4631           
  Partials      518      518           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krapie krapie self-requested a review November 11, 2023 09:40
@krapie krapie added the enhancement 🌟 New feature or request label Nov 11, 2023
Copy link
Member

@krapie krapie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, seems good to me.

FYI:

  • If we set open-pull-requests-limit to 0, we can only get security updates
  • Dependabot will check updates every monday if schedule.interval is set to weekly

cc. @hackerwins

@hackerwins hackerwins merged commit c7b445a into yorkie-team:main Nov 22, 2023
2 checks passed
@jongwooo jongwooo deleted the chore/setup-dependabot branch November 22, 2023 01:39
hackerwins pushed a commit that referenced this pull request Nov 23, 2023
Updating manually, like in #426, #641, requires checking for
dependency updates every time. Automating this with Dependabot will
save us a lot of work.

If we set open-pull-requests-limit to 0, we can only get security
updates. Dependabot will check updates every Monday if
`schedule.interval` is set to weekly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Dependabot
3 participants