Skip to content

Commit

Permalink
Add dependabot for e2e and base container (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Dec 13, 2022
1 parent db9f022 commit c067218
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,26 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/e2e"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/docker-base"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/testing"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit c067218

Please sign in to comment.