Skip to content

Commit

Permalink
fix: disables signed commits as it blocks dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 14, 2025
1 parent cc519f9 commit eb69fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/policies/branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb69fbf

Please sign in to comment.