Add dependabot config
This commit is contained in:
12
dependabot.yml
Normal file
12
dependabot.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Basic dependabot.yml file with
|
||||||
|
# minimum configuration for one package managers
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Enable version updates for pip
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
# Look for `requirements.txt` file in the `Docker` directory
|
||||||
|
directory: "/Docker"
|
||||||
|
# Check the pip registry for updates every day (weekdays)
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
Reference in New Issue
Block a user