Skip to content

Commit 306fe54

Browse files
owineclaude
andcommitted
fix: remove automergeType branch, incompatible with required status checks
Branch automerge creates branches without PRs, so the lint workflow's pull_request trigger never fires. Required status checks stay pending forever, blocking automerge. Reverting to PR-based automerge which triggers lint via pull_request and satisfies branch protection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5aad073 commit 306fe54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"timezone": "America/Chicago",
88
"prHourlyLimit": 0,
99
"prConcurrentLimit": 0,
10-
"automergeType": "branch",
1110
"commitMessageTopic": "{{depName}}",
1211
"commitMessageExtra": "{{#if isDigest}}digest to {{newDigestShort}}{{else}}to {{#if isMajor}}{{prettyNewMajor}}{{else}}{{prettyNewVersion}}{{/if}}{{/if}}",
1312
"vulnerabilityAlerts": {

default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"timezone": "America/Chicago",
99
"prHourlyLimit": 0,
1010
"prConcurrentLimit": 0,
11-
"automergeType": "branch",
1211
"commitMessageTopic": "{{depName}}",
1312
"commitMessageExtra": "{{#if isDigest}}digest to {{newDigestShort}}{{else}}to {{#if isMajor}}{{prettyNewMajor}}{{else}}{{prettyNewVersion}}{{/if}}{{/if}}",
1413
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)