Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jun 25, 2024
1 parent e59ab8f commit a174c20
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
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
directories:
- "/HadesAPI"
- "/HadesScheduler"
- "/HadesCloneContainer"
- "/shared"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit a174c20

Please sign in to comment.