Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependabot configuration (#38)
This pull request includes updates to the `.github/dependabot.yml` configuration file and minor code cleanup from `make lint` command. Dependabot configuration improvements: * [`.github/dependabot.yml`](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L4-R33): Added `pull-request-branch-name` and `ignore` settings for both `github-actions` and `cargo` ecosystems, and added `groups` settings for the `cargo` ecosystem to differentiate between production and development dependencies. Code cleanup: * [`src/app/mod.rs`](diffhunk://#diff-b2db4128ee8d3fd19ff317f148c1b2d9e8e6fe7bcd711ca80b5617c21dd5b97cR3-L6): Reordered imports to place `Frame` in alphabetical order. * [`src/tui/mod.rs`](diffhunk://#diff-fb8aef9cea1c223a4d74ddbc7d1b7acbb04ddb3a84227e2fdde704fff3f77edbR4-L9): Reordered imports to place `Terminal` in alphabetical order and grouped related imports together. --------- Signed-off-by: Gabriel do Carmo Vieira <[email protected]>
- Loading branch information