1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

Add dependabot with monthly schedule (#39)

* Add dependabot with monthly schedule

* Add dependabot for package dependencies as well
This commit is contained in:
Marcelo Trylesinski
2021-09-02 21:12:45 +02:00
committed by GitHub
parent 60186bdce7
commit 31c81b9a23

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/manage_fastapi/templates/project/{{ cookiecutter.folder_name }}/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"