Add Dependabot config for pip and Docker dependency updates
All checks were successful
Build ts3query-proxy / build (push) Successful in 30s
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:
parent
baa4d685f4
commit
496eebfee4
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Loading…
Add table
Add a link
Reference in a new issue