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