From 5a913d5320caed412f2cb5f9f3f96e0d916c2c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:06:34 +0000 Subject: [PATCH 1/2] fix: Bump Microsoft.Data.Sqlite from 10.0.8 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- JWLMerge.BackupFileServices/JWLMerge.BackupFileServices.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JWLMerge.BackupFileServices/JWLMerge.BackupFileServices.csproj b/JWLMerge.BackupFileServices/JWLMerge.BackupFileServices.csproj index aaaae25..82cfade 100644 --- a/JWLMerge.BackupFileServices/JWLMerge.BackupFileServices.csproj +++ b/JWLMerge.BackupFileServices/JWLMerge.BackupFileServices.csproj @@ -18,7 +18,7 @@ - + From 0720b77e00e7b863db878b6e56067b31770a0828 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:17:19 +0000 Subject: [PATCH 2/2] fix: enable auto-merge mode in dependabot workflow --- .github/workflows/dependabotautomerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index b996e40..00b9ac5 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -14,7 +14,7 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Merge Dependabot PRs - run: gh pr merge --rebase "$PR_URL" + run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}