Skip to content

Commit

Permalink
fix: add operator dockerfiles to dependabot configuration (#1389)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Jan 20, 2025
1 parent fd9c598 commit 27d7006
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ updates:
schedule:
interval: weekly

- package-ecosystem: "docker"
directory: "/operator/src/main/docker"
schedule:
interval: weekly

- package-ecosystem: "npm"
directory: "/ui"
schedule:
Expand Down

0 comments on commit 27d7006

Please sign in to comment.