Skip to content

Commit 66c6458

Browse files
author
Hendrik Schroeter
committed
ci: Bundle dependabot directories
1 parent 422ca00 commit 66c6458

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
version: 2
22
updates:
33
- package-ecosystem: "cargo"
4-
directory: "/libDF/"
5-
schedule:
6-
interval: "daily"
7-
- package-ecosystem: "cargo"
8-
directory: "/pyDF/"
9-
schedule:
10-
interval: "daily"
11-
- package-ecosystem: "cargo"
12-
directory: "/pyDF-data/"
4+
directories:
5+
- "/libDF/"
6+
- "/pyDF/"
7+
- "/pyDF-data/"
8+
- "/ladspa/"
9+
- "/demo/"
1310
schedule:
1411
interval: "daily"
12+
groups:
13+
tract:
14+
applies-to: version-updates
15+
patterns:
16+
- "@tract*"
1517
- package-ecosystem: "pip"
1618
directory: "/DeepFilterNet/"
1719
schedule:
@@ -20,4 +22,3 @@ updates:
2022
directory: "/"
2123
schedule:
2224
interval: "weekly"
23-

0 commit comments

Comments
 (0)