Create .github/dependabot.yml

This commit is contained in:
Marcello 2023-03-22 15:36:35 +01:00 committed by GitHub
parent 87fa889363
commit c6db0f6116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: "deps(poetry)"
include: "scope"