chore: add dependency auditing

This commit is contained in:
thePR0M3TH3AN
2025-08-03 08:32:57 -04:00
parent f66e8b4776
commit 5acd1d489d
3 changed files with 55 additions and 0 deletions

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"