We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6946a7 commit 7fc756dCopy full SHA for 7fc756d
1 file changed
.github/dependabot.yml
@@ -3,14 +3,27 @@
3
4
version: 2
5
updates:
6
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
7
directory: "/"
8
schedule:
9
interval: "weekly"
10
open-pull-requests-limit: 5
11
+ commit-message:
12
+ prefix: "chore(deps)"
13
14
- package-ecosystem: "github-actions"
15
16
17
- open-pull-requests-limit: 5
18
+ open-pull-requests-limit: 10
19
20
+ prefix: "chore(ci)"
21
+ groups:
22
+ fw-ci-templates:
23
+ patterns:
24
+ - "NVIDIA-NeMo/FW-CI-templates"
25
+ github-actions:
26
27
+ - "actions/*"
28
+ - "astral-sh/*"
29
+ - "codecov/*"
0 commit comments