Skip to content

Commit

Permalink
fix dependabot config on api directory
Browse files Browse the repository at this point in the history
Config has mistakenly /api listed as a gomdo ecosystem directory,
but the correct directory is /apis.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Aug 5, 2024
1 parent efae71e commit 1acca00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
- package-ecosystem: "gomod"
directories:
- "/"
- "/api"
- "/apis"
- "/hack/tools"
- "/pkg/hardwareutils"
- "/test"
Expand Down Expand Up @@ -62,7 +62,7 @@ updates:
- package-ecosystem: "gomod"
directories:
- "/"
- "/api"
- "/apis"
- "/hack/tools"
- "/pkg/hardwareutils"
- "/test"
Expand Down Expand Up @@ -103,7 +103,7 @@ updates:
- package-ecosystem: "gomod"
directories:
- "/"
- "/api"
- "/apis"
- "/hack/tools"
- "/pkg/hardwareutils"
- "/test"
Expand Down

0 comments on commit 1acca00

Please sign in to comment.