ci: add dependabot and pytest workflow

This commit is contained in:
bohd4nx
2026-03-05 04:10:57 +02:00
parent e3706f01bf
commit 91d33a0972
2 changed files with 38 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5
labels:
- "dependencies"