From 373fd50b90725a111c044fe58a49f5388244111b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 05:48:19 +0000 Subject: [PATCH 01/10] Bump Microsoft.NET.Test.Sdk and 3 others Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 Bumps Microsoft.OpenApi from 1.6.24 to 2.0.0 Bumps System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.0-beta6.25358.103 Bumps xunit.runner.visualstudio from 3.1.0 to 3.1.3 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.OpenApi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.CommandLine dependency-version: 2.0.0-beta6.25358.103 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/kibali/Kibali.csproj | 2 +- src/kibaliTool/KibaliTool.csproj | 2 +- test/kibaliTests/KibaliTests.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kibali/Kibali.csproj b/src/kibali/Kibali.csproj index 256a779..186df75 100644 --- a/src/kibali/Kibali.csproj +++ b/src/kibali/Kibali.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/kibaliTool/KibaliTool.csproj b/src/kibaliTool/KibaliTool.csproj index 0317a5f..d9c8c63 100644 --- a/src/kibaliTool/KibaliTool.csproj +++ b/src/kibaliTool/KibaliTool.csproj @@ -19,7 +19,7 @@ - + diff --git a/test/kibaliTests/KibaliTests.csproj b/test/kibaliTests/KibaliTests.csproj index cd034c1..e84b771 100644 --- a/test/kibaliTests/KibaliTests.csproj +++ b/test/kibaliTests/KibaliTests.csproj @@ -9,9 +9,9 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 9abe07acae43ee5a7418d9683484ec7ce287b0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:23:20 +0000 Subject: [PATCH 02/10] Bump System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.0-beta6.25358.103 --- updated-dependencies: - dependency-name: System.CommandLine dependency-version: 2.0.0-beta6.25358.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/kibaliTool/KibaliTool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibaliTool/KibaliTool.csproj b/src/kibaliTool/KibaliTool.csproj index 0317a5f..d9c8c63 100644 --- a/src/kibaliTool/KibaliTool.csproj +++ b/src/kibaliTool/KibaliTool.csproj @@ -19,7 +19,7 @@ - + From 7b65c71b0908c029c8be4d63a5a3bcf2a8fdee6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:08:58 +0000 Subject: [PATCH 03/10] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f603b42..250b3e4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout repository id: checkout_repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f76d7f4..243afea 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository id: checkout_repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup .NET uses: actions/setup-dotnet@v4 From 33dae568d0361fe4ecc5aef7fde94cdabc432919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:24:37 +0000 Subject: [PATCH 04/10] Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/kibaliTests/KibaliTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kibaliTests/KibaliTests.csproj b/test/kibaliTests/KibaliTests.csproj index cd034c1..cfd75ce 100644 --- a/test/kibaliTests/KibaliTests.csproj +++ b/test/kibaliTests/KibaliTests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From 926b5b57ebd8ad376b9504510703fee43f15b48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:31:15 +0000 Subject: [PATCH 05/10] Bump xunit.runner.visualstudio from 3.1.0 to 3.1.4 --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/kibaliTests/KibaliTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kibaliTests/KibaliTests.csproj b/test/kibaliTests/KibaliTests.csproj index cd034c1..cca10fc 100644 --- a/test/kibaliTests/KibaliTests.csproj +++ b/test/kibaliTests/KibaliTests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 6e29015607d5a36d0bd6835fe2018a422c697080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:50:00 +0000 Subject: [PATCH 06/10] Bump Microsoft.OpenApi.Readers from 1.6.24 to 1.6.25 --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-version: 1.6.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/kibaliTool/KibaliTool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibaliTool/KibaliTool.csproj b/src/kibaliTool/KibaliTool.csproj index 0317a5f..e2e3255 100644 --- a/src/kibaliTool/KibaliTool.csproj +++ b/src/kibaliTool/KibaliTool.csproj @@ -18,7 +18,7 @@ - + From 6a6f3f92a1070dba82145e6f1ddbbd1d6c1479ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:20:19 +0000 Subject: [PATCH 07/10] Bump actions/setup-dotnet from 4 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f603b42..e7059e4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: GITHUB_RUN_NUMBER: ${{ github.run_number }} steps: - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f76d7f4..c989372 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x From e38becca3a161fc0f7eca19d7fc5b5bc7dad6b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:14:01 +0000 Subject: [PATCH 08/10] Bump Microsoft.OpenApi from 1.6.24 to 2.3.1 --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/kibali/Kibali.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibali/Kibali.csproj b/src/kibali/Kibali.csproj index 256a779..5ea9a89 100644 --- a/src/kibali/Kibali.csproj +++ b/src/kibali/Kibali.csproj @@ -15,7 +15,7 @@ - + From 8423fc8cdd91b6ac123f53ae65744732236ce182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:15:33 +0000 Subject: [PATCH 09/10] Bump System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.0-rc.1.25451.107 --- updated-dependencies: - dependency-name: System.CommandLine dependency-version: 2.0.0-rc.1.25451.107 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/kibaliTool/KibaliTool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibaliTool/KibaliTool.csproj b/src/kibaliTool/KibaliTool.csproj index 0317a5f..f132ce0 100644 --- a/src/kibaliTool/KibaliTool.csproj +++ b/src/kibaliTool/KibaliTool.csproj @@ -19,7 +19,7 @@ - + From 47318a37cc73cb6218777447f16bd7de3b1cf546 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:28:28 -0700 Subject: [PATCH 10/10] chore: change dependabot to run weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a979ac3..5d3c4ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: nuget directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10