Skip to content

Commit

Permalink
add missing docker dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Jan 24, 2024
1 parent 4d8cca0 commit 4caa091
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,30 @@ updates:
- sakoush

- package-ecosystem: "docker"
target-branch: "master-copy"
directory: "v2"
directory: "/scheduler"
target-branch: "v2"
schedule:
interval: "weekly"
labels:
- "v2"
- "dependencies"
reviewers:
- sakoush

- package-ecosystem: "docker"
directory: "/operator"
target-branch: "v2"
schedule:
interval: "weekly"
labels:
- "v2"
- "dependencies"
reviewers:
- sakoush

- package-ecosystem: "docker"
directory: "/hodometer"
target-branch: "v2"
schedule:
interval: "weekly"
labels:
Expand Down

0 comments on commit 4caa091

Please sign in to comment.