fix(core): refactor md files

This commit is contained in:
B
2024-11-12 22:12:14 -05:00
parent b657ed6480
commit c880cd6eba
14 changed files with 1959 additions and 938 deletions

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "pip"
directory: "."
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
open-pull-requests-limit: 5
target-branch: "dev"