Skip to content

Commit

Permalink
Enable dependabot for GitHub Actions and include E2E base image Docke…
Browse files Browse the repository at this point in the history
…rfile
  • Loading branch information
AlanGreene committed Oct 23, 2024
1 parent 1185b2d commit 78fd858
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/packages/e2e/"
directories:
- "**/*"
schedule:
interval: "weekly"
day: "sunday"
Expand All @@ -11,6 +12,17 @@ updates:
- "kind/misc"
- "ok-to-test"
- "docker"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- "area/automation"
- "dependencies"
- "kind/misc"
- "ok-to-test"
- "github-actions"
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand Down

0 comments on commit 78fd858

Please sign in to comment.