Dependabot script shouldn't be in workflows
Closed this issue · 0 comments
cpswan commented
Describe the bug
at_tools/.github/workflows/dependabot.yml should be in .github not .github/workflows, resulting in failed Actions runs.
To Reproduce
Steps to reproduce the behavior:
- Make any change in this repo
- See that Actions is trying to run dependabot as if it's a workflow
- Run fails resulting in failure notifications.
Expected behavior
Dependabot should not be in workflows