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:
committed by
GitHub
parent
60186bdce7
commit
31c81b9a23
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal 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"
|
||||||
Reference in New Issue
Block a user