Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch authored Aug 6, 2023
1 parent 5a5629d commit 5fa3794
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "docker" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit 5fa3794

Please sign in to comment.