Skip to content

Commit

Permalink
Change dependabot to check all packages (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jan 26, 2024
1 parent 813bb05 commit f5e0a29
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
Expand Up @@ -6,6 +6,18 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/HadesAPI" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/HadesScheduler" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/shared" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/HadesCloneContainer" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit f5e0a29

Please sign in to comment.