Skip to content

Commit

Permalink
ci: Bundle dependabot directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Schroeter committed May 6, 2024
1 parent 422ca00 commit 66c6458
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/libDF/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/pyDF/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/pyDF-data/"
directories:
- "/libDF/"
- "/pyDF/"
- "/pyDF-data/"
- "/ladspa/"
- "/demo/"
schedule:
interval: "daily"
groups:
tract:
applies-to: version-updates
patterns:
- "@tract*"
- package-ecosystem: "pip"
directory: "/DeepFilterNet/"
schedule:
Expand All @@ -20,4 +22,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 66c6458

Please sign in to comment.