We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f937a commit a434496Copy full SHA for a434496
.github/dependabot.yml
@@ -5,16 +5,19 @@ updates:
5
- package-ecosystem: "pip"
6
directory: "/"
7
schedule:
8
- interval: "weekly"
+ interval: "daily"
9
groups:
10
fastapi:
11
patterns:
12
- - "fastapi"
13
- - "starlette"
14
- pydantic:
+ - "fastapi*"
+ flake8:
15
16
- - "pydantic*"
+ - "flake8*"
+ pytest:
17
+ patterns:
18
+ - "pytest*"
19
+ - "gevent"
20
- package-ecosystem: "github-actions"
21
22
23
0 commit comments