Skip to content

Commit

Permalink
updated dependabot to cover test/e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Sep 6, 2024
1 parent 83ade99 commit da6dc9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
directories: # Location of package manifests
- "/"
- "/test/e2e"
- "/test/e2e/plugin"
schedule:
interval: "weekly"

Expand Down

0 comments on commit da6dc9e

Please sign in to comment.