| ## `dependabot-github_actions` | |
| GitHub Actions support for [`dependabot-core`][core-repo]. | |
| ### Running locally | |
| 1. Start a development shell | |
| ``` | |
| $ bin/docker-dev-shell github_actions | |
| ``` | |
| 2. Run tests | |
| ``` | |
| [dependabot-core-dev] ~ $ cd github_actions && rspec | |
| ``` | |
| [core-repo]: https://github.com/dependabot/dependabot-core | |