Skip to content

Commit

Permalink
fix dependabot docker updater
Browse files Browse the repository at this point in the history
  • Loading branch information
aleoli authored and adamjensenbot committed Sep 12, 2023
1 parent 3f06727 commit b36f9cf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ updates:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/*"
directory: "/build/cert-creator"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/common"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/liqo-test"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/liqonet"
schedule:
interval: "daily"

0 comments on commit b36f9cf

Please sign in to comment.