Create .github/dependabot.yml

This commit is contained in:
Marcello 2023-03-22 15:36:35 +01:00
parent 87fa889363
commit b96c80edff

9
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "Poetry"
include: "scope"