ts3query-proxy/.github/dependabot.yml
joshii-h 496eebfee4
All checks were successful
Build ts3query-proxy / build (push) Successful in 30s
Add Dependabot config for pip and Docker dependency updates
Track Python (pip) and Docker base image updates weekly.
2026-03-23 10:26:46 +01:00

10 lines
197 B
YAML

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"