refactor: setup renovate to manage dependencies
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 6s
/ report-size (push) Successful in 1s

This should make it easier to keep the repo up to date.
This commit is contained in:
Jalil David Salamé Messina 2024-12-28 09:58:26 +01:00
parent f6084449fa
commit 69fde96f67
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 48 additions and 3 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{nix,toml,json}]
indent_style = space
indent_size = 2
[*.rs]
indent_style = space
indent_size = 4