Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Migrate to GitHub-native Dependabot #230

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Migrate to GitHub-native Dependabot #230

merged 1 commit into from
Nov 24, 2020

Conversation

HonkingGoose
Copy link
Contributor

Changes:

  • Remove the dependabot-preview configuration and instead use the new configuration file in the .github folder.
  • Dependabot now searches for updates on working days (Monday-Friday), the live schedule is no longer possible with GitHub-native Dependabot.
  • Dependabot now also checks for GitHub Action runner updates as well.

Context:

The dependabot-preview functionality is now integrated into GitHub proper.
This pull request migrates this repository from the old dependabot-preview to the integrated Dependabot.

Documentation:

https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

Benefits of migrating:

  • You no longer need to have the dependabot-preview app installed for this repository.
  • You do all configuration from within the dependabot.yml file, no need to go to the Dependabot website.
  • You can now check for GitHub Action runner updates as well.
  • Configuration is public.

Drawbacks of migrating:

  • You can only check for updates on working days the live schedule is no longer possible.
  • You can not tell Dependabot to merge patches if the tests pass.
  • Configuration is public.

What to do after merging:

If you don't use dependabot-preview on other repositories, you can remove it from your installed apps.

Remove the dependabot-preview configuration and instead use the new
configuration file in the .github folder.

Dependabot now searches for updates on working days (Monday-Friday),
the live schedule is no longer possible with GitHub-native Dependabot.

Dependabot now also checks for GitHub Action runner updates as well.
@codecov
Copy link

codecov bot commented Oct 10, 2020

Codecov Report

Merging #230 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   84.25%   84.25%           
=======================================
  Files          23       23           
  Lines         381      381           
  Branches       95       95           
=======================================
  Hits          321      321           
  Misses         49       49           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae1122a...e78f9b3. Read the comment docs.

@HonkingGoose
Copy link
Contributor Author

Hi @thomasrockhu can you please review this PR?

@thomasrockhu
Copy link
Contributor

Thanks @HonkingGoose!

@thomasrockhu thomasrockhu merged commit 663ffbb into codecov:master Nov 24, 2020
@thomasrockhu thomasrockhu added the hacktoberfest-accepted This is a valid 2020 Hacktoberfest PR label Nov 24, 2020
@HonkingGoose
Copy link
Contributor Author

Thanks for reviewing and merging my work! 😄 🎉

@HonkingGoose HonkingGoose deleted the migrate-to-github-native-dependabot branch November 24, 2020 10:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hacktoberfest-accepted This is a valid 2020 Hacktoberfest PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants