Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alepbloyd authored Aug 24, 2024
1 parent da2b16c commit 2d0d6ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
directory: "/rails"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/react"
schedule:
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/react" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/raills" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/rails"
schedule:
Expand Down

0 comments on commit 2d0d6ce

Please sign in to comment.