Skip to content

Commit

Permalink
- Integrating with dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MayconCardoso committed Feb 25, 2021
1 parent d3ca9e2 commit 919fc8a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 15
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ alt="Stock Trade Logo" title="The logo himself" align="Center" />

Below you can see a better representation of how the project is structured in terms of modules dependencies. If you look at the diagram arrows you are going to see that the domain layer does not depend on any other module. It is a pure Kotlin module.

![module-structure](.github/project_module_structure.png)
![module-structure](.design/project_module_structure.png)

## Related Libs
Here are some personal libraries used to develop this app:
Expand Down

0 comments on commit 919fc8a

Please sign in to comment.