forked from DaoyuanLi2816/mini-verl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
25 lines (23 loc) · 715 Bytes
/
Copy pathdependabot.yml
File metadata and controls
25 lines (23 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 5
groups:
dev-tooling:
patterns: ["ruff", "mypy", "pytest*", "hypothesis", "build", "twine", "types-*"]
ignore:
# torch, transformers, peft and bitsandbytes move fast and interact; they
# are upgraded deliberately, with a GPU run, not by a bot.
- dependency-name: torch
- dependency-name: transformers
- dependency-name: peft
- dependency-name: bitsandbytes
- dependency-name: accelerate
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 3