Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuge233 committed Nov 15, 2023
2 parents 3286eea + b96cd50 commit d8053a6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
WhisperNet:
patterns:
- "Whisper.net*"
Others:
patterns:
- "*"
exclude-patterns:
- "Whisper.net*"
8 changes: 4 additions & 4 deletions ConsoleWhisper/ConsoleWhisper.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,9 +18,9 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="NAudio" Version="2.1.0" />
<PackageReference Include="Whisper.net" Version="1.4.6" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.6" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Whisper.net" Version="1.4.7" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.7" />
<PackageReference Include="Xabe.FFmpeg" Version="5.2.6" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="5.2.6" />
</ItemGroup>
Expand Down

0 comments on commit d8053a6

Please sign in to comment.