Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Problems with spacing in dependabot.yml
  • Loading branch information
MarcosTobias committed Mar 15, 2021
1 parent 1a29e7e commit 43a7a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "npm"
- package-ecosystem: "npm"
directory: "/mobileapp"
schedule:
interval: "daily"

- package-ecosystem: "docker"
- package-ecosystem: "docker"
directory: "/webapp"
schedule:
interval: "daily"

- package-ecosystem: "docker"
- package-ecosystem: "docker"
directory: "/restapi"
schedule:
interval: "daily"

0 comments on commit 43a7a0d

Please sign in to comment.