Skip to content

Commit a434496

Browse files
committed
chore: reorganize Dependabot groups
1 parent 74f937a commit a434496

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ updates:
55
- package-ecosystem: "pip"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "daily"
99
groups:
1010
fastapi:
1111
patterns:
12-
- "fastapi"
13-
- "starlette"
14-
pydantic:
12+
- "fastapi*"
13+
flake8:
1514
patterns:
16-
- "pydantic*"
15+
- "flake8*"
16+
pytest:
17+
patterns:
18+
- "pytest*"
19+
- "gevent"
1720
- package-ecosystem: "github-actions"
1821
directory: "/"
1922
schedule:
20-
interval: "weekly"
23+
interval: "daily"

0 commit comments

Comments
 (0)