executablebooks / rst-to-myst

Convert ReStructuredText to MyST Markdown
https://rst-to-myst.readthedocs.io
MIT License
59 stars 10 forks source link

🔧: github-actions via dependabot.yml #53

Closed goxberry closed 1 year ago

goxberry commented 1 year ago

Some of the GitHub Actions used in the project CI are deprecated and slated for end-of-life. To help automate the process of keeping the actions used by this project current, this pull request adds a dependabot.yml file that will automatically file pull requests weekly with suggested updates for GitHub Actions.

The frequency can be adjusted to, e.g., daily (on weekdays) or monthly; see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval for details.

A configuration for scanning pyproject.toml could also be added in a subsequent pull request. This pull request is deliberately scoped to scanning GitHub Actions dependencies to lower the risk of adoption and to address via automation some of the CI warnings about deprecated Node 12 actions before those warnings become errors in Summer 2023; see https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ for details.

Signed-off-by: Geoffrey M Oxberry goxberry@gmail.com

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.48% // Head: 84.48% // No change to project coverage :thumbsup:

Coverage data is based on head (2e09332) compared to base (53f1adb). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ======================================= Coverage 84.48% 84.48% ======================================= Files 10 10 Lines 1637 1637 ======================================= Hits 1383 1383 Misses 254 254 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `84.48% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.