Skip to content

Commit

Permalink
HMS-3158 ci: update dependabot to check tools dependencies
Browse files Browse the repository at this point in the history
Increase dependabot configuration to consider the dependencies on the tools.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo authored and frasertweedale committed Nov 29, 2023
1 parent 878abaf commit 6e045b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/tools"
schedule:
interval: "weekly"

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

0 comments on commit 6e045b8

Please sign in to comment.