From 0592f3aa6443807ff8e9df6b1db80b38a2227a6b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 14 Jan 2025 08:26:40 -0500 Subject: [PATCH] fix: disables signed commits as it blocks dependabot --- .github/policies/kiota-dotnet-branch-protection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/kiota-dotnet-branch-protection.yml b/.github/policies/kiota-dotnet-branch-protection.yml index a108f9c..de851f6 100644 --- a/.github/policies/kiota-dotnet-branch-protection.yml +++ b/.github/policies/kiota-dotnet-branch-protection.yml @@ -19,7 +19,7 @@ configuration: # Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean requireCodeOwnersReview: true # Are commits required to be signed. boolean. - requiresCommitSignatures: true + requiresCommitSignatures: false # Are conversations required to be resolved before merging? boolean requiresConversationResolution: true # Are merge commits prohibited from being pushed to this branch. boolean