Add Dependabot config for pip and Docker dependency updates
All checks were successful
Build ts3query-proxy / build (push) Successful in 30s

Track Python (pip) and Docker base image updates weekly.
This commit is contained in:
joshii-h 2026-03-23 10:26:46 +01:00
parent baa4d685f4
commit 496eebfee4

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: "docker"
directory: "/"
schedule:
interval: "weekly"