Minimal YAML configuration for enabling Dependabot within a Golang based repository.
Place dependabot.yaml
at .github/dependabot.yaml
within your repository and you should be good to go.
Minimal YAML configuration for enabling Dependabot within a Golang based repository.
Place dependabot.yaml
at .github/dependabot.yaml
within your repository and you should be good to go.
version: 2 | |
updates: | |
- package-ecosystem: gomod | |
directory: / | |
schedule: | |
interval: daily |
👍
👍
👍