Show if Dependabot is enabled for a repo
Describe the solution you'd like
- Simple solution at first. Check for
dependabot.yml under the .github directory.
Describe alternatives you've considered
- Check for GitHub API calls for Dependabot information. This is likely the better option, but this is more than what's needed right now.
Show if Dependabot is enabled for a repo
Describe the solution you'd like
dependabot.ymlunder the.githubdirectory.Describe alternatives you've considered