From d10d4a9c9d9b6421d320efa3f53036b2dc9d2bb6 Mon Sep 17 00:00:00 2001 From: azhuge233 <17763056+azhuge233@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:22:50 +0800 Subject: [PATCH 1/6] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8c23067 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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: "weekly" From 42e97e6daf0561f575a605d85d70fdaa24a6f509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:23:38 +0000 Subject: [PATCH 2/6] Bump Whisper.net from 1.4.6 to 1.4.7 Bumps [Whisper.net](https://github.com/sandrohanea/whisper.net) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/sandrohanea/whisper.net/releases) - [Commits](https://github.com/sandrohanea/whisper.net/compare/1.4.6...1.4.7) --- updated-dependencies: - dependency-name: Whisper.net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ConsoleWhisper/ConsoleWhisper.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConsoleWhisper/ConsoleWhisper.csproj b/ConsoleWhisper/ConsoleWhisper.csproj index 7f1dc9a..c3d52e6 100644 --- a/ConsoleWhisper/ConsoleWhisper.csproj +++ b/ConsoleWhisper/ConsoleWhisper.csproj @@ -1,4 +1,4 @@ - + Exe @@ -18,7 +18,7 @@ - + From d0619bc5f5c4f490678054bf4e659f2a75b06638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:25:46 +0000 Subject: [PATCH 3/6] Bump Whisper.net.Runtime from 1.4.6 to 1.4.7 Bumps [Whisper.net.Runtime](https://github.com/sandrohanea/whisper.net) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/sandrohanea/whisper.net/releases) - [Commits](https://github.com/sandrohanea/whisper.net/compare/1.4.6...1.4.7) --- updated-dependencies: - dependency-name: Whisper.net.Runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ConsoleWhisper/ConsoleWhisper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleWhisper/ConsoleWhisper.csproj b/ConsoleWhisper/ConsoleWhisper.csproj index c3d52e6..161c513 100644 --- a/ConsoleWhisper/ConsoleWhisper.csproj +++ b/ConsoleWhisper/ConsoleWhisper.csproj @@ -19,7 +19,7 @@ - + From 5c3f5f791cebf66c5e59bb1bad6b4c5676b47065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:26:46 +0000 Subject: [PATCH 4/6] Bump NAudio from 2.1.0 to 2.2.0 Bumps [NAudio](https://github.com/naudio/NAudio) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/naudio/NAudio/releases) - [Changelog](https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/naudio/NAudio/commits) --- updated-dependencies: - dependency-name: NAudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ConsoleWhisper/ConsoleWhisper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleWhisper/ConsoleWhisper.csproj b/ConsoleWhisper/ConsoleWhisper.csproj index 161c513..50e3e36 100644 --- a/ConsoleWhisper/ConsoleWhisper.csproj +++ b/ConsoleWhisper/ConsoleWhisper.csproj @@ -17,7 +17,7 @@ - + From a36f29aeaaf466d4f5da41af57b9e0685347dd6f Mon Sep 17 00:00:00 2001 From: azhuge233 <17763056+azhuge233@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:14:48 +0800 Subject: [PATCH 5/6] Update dependabot.yml --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c23067..115e000 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,13 @@ updates: - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" + groups: + WhisperNet: + patterns: + - "Whisper.net*" + Others: + patterns: + - "*" + exclude-patterns: + - "Whisper.net*" From f43c35ed8076244b987c35d77550bcad424f9303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:15:05 +0000 Subject: [PATCH 6/6] Bump the others group with 1 update Bumps the others group with 1 update: [NAudio](https://github.com/naudio/NAudio). - [Release notes](https://github.com/naudio/NAudio/releases) - [Changelog](https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/naudio/NAudio/commits) --- updated-dependencies: - dependency-name: NAudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: others ... Signed-off-by: dependabot[bot] --- ConsoleWhisper/ConsoleWhisper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleWhisper/ConsoleWhisper.csproj b/ConsoleWhisper/ConsoleWhisper.csproj index 50e3e36..fe23bbd 100644 --- a/ConsoleWhisper/ConsoleWhisper.csproj +++ b/ConsoleWhisper/ConsoleWhisper.csproj @@ -17,7 +17,7 @@ - +