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

ci: Enable Dependabot version updates for GitHub Actions #1900

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

henryiii
Copy link
Member

@henryiii henryiii commented Jun 29, 2022

Description

This would help keep actions up to date.

c.f. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

Checklist Before Requesting Reviewer

  • Tests are passing
  • "WIP" removed from the title of the pull request
  • Selected an Assignee for the PR to be responsible for the log summary

Before Merging

For the PR Assignees:

  • Summarize commit messages into a comprehensive review of the PR
* Add GitHub Dependabot config to check for GitHub Action version updates and
to open PRs if available. Set the check and update interval to weekly.
   - c.f. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #1900 (df656be) into master (cac88cd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1900   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files          68       68           
  Lines        4331     4331           
  Branches      730      730           
=======================================
  Hits         4252     4252           
  Misses         46       46           
  Partials       33       33           
Flag Coverage Δ
contrib 26.34% <ø> (ø)
doctest 60.63% <ø> (ø)
unittests-3.10 96.05% <ø> (ø)
unittests-3.7 96.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 cac88cd...df656be. Read the comment docs.

@matthewfeickert matthewfeickert added the CI CI systems, GitHub Actions label Jun 29, 2022
@matthewfeickert
Copy link
Member

matthewfeickert commented Jun 29, 2022

Thanks @henryiii. I had been meaning to look into how much of dependabot we needed to opt into for this to work, but I guess the answer is nothing more than this.

@matthewfeickert matthewfeickert changed the title chore: keep GHA up to date ci: Enabling Dependabot version updates for GitHub Actions Jun 29, 2022
@matthewfeickert matthewfeickert changed the title ci: Enabling Dependabot version updates for GitHub Actions ci: Enable Dependabot version updates for GitHub Actions Jun 29, 2022
Copy link
Member

@matthewfeickert matthewfeickert left a comment

Choose a reason for hiding this comment

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

LGTM. 👍 Thanks @henryiii!

@matthewfeickert matthewfeickert merged commit 4acfda2 into master Jun 29, 2022
@matthewfeickert matthewfeickert deleted the henryiii-patch-1 branch June 29, 2022 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI systems, GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants