feat: add dependabot configuration for pip and GitHub Actions updates (#1622)

This commit is contained in:
Manfred Riem
2026-02-18 17:42:41 -06:00
committed by GitHub
parent 22036732d8
commit 686c91f94e

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

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