1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/.github/dependabot.yml
Marcelo Trylesinski 31c81b9a23 Add dependabot with monthly schedule (#39)
* Add dependabot with monthly schedule

* Add dependabot for package dependencies as well
2021-09-02 21:12:45 +02:00

12 lines
261 B
YAML

version: 2
updates:
- package-ecosystem: "pip"
directory: "/manage_fastapi/templates/project/{{ cookiecutter.folder_name }}/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"