Skip to content

Commit

Permalink
[dependabot config] Remove invalid path (jaegertracing#5566)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- The `/` path is invalid since there is no Dockerfile in the root dir.
Unfortunately, dependabot fails the whole run on this error, instead of
working through all the dirs
- Part of jaegertracing#5552

## Description of the changes
- Remove invalid path

## How was this change tested?
- Only testable after merge

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored Jun 11, 2024
1 parent 03136eb commit 4ec48d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ updates:

- package-ecosystem: docker
directories:
- "/"
- /cmd/agent
- /cmd/all-in-one
- /cmd/anonymizer
Expand Down

0 comments on commit 4ec48d0

Please sign in to comment.