Skip to content

Commit

Permalink
Change dependabot to check all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw committed Jan 25, 2024
1 parent 0208edc commit 05284c9
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 05284c9

Please sign in to comment.