Depot GitHub Actions runners support running Dependabot jobs, allowing your dependency update workflows to benefit from the same performance improvements as your regular workflows.
When Dependabot is configured to run on self-hosted runners, it can automatically use Depot runners for all dependency update jobs. This provides several benefits:
To enable Dependabot on Depot runners:
Navigate to your repository or organization settings and enable "Dependabot on self-hosted runners". This setting allows Dependabot to use your configured self-hosted runners instead of GitHub's hosted runners.
For detailed instructions, see GitHub's documentation on enabling self-hosted runners for Dependabot updates.
Ensure your organization is already configured to use Depot runners. If not, follow our quickstart guide to set up Depot runners with your organization.
Once both settings are enabled, Dependabot jobs will automatically run on depot-ubuntu-latest
runners. No additional configuration is required.