Skip to content

Commit

Permalink
ci: change renovate commit type to build
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Dec 15, 2023
1 parent bf58be0 commit bf06195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@
prNotPendingHours: 4, // ...unless the status checks have been running for 4+ hours.
prHourlyLimit: 1, // No more than 1 PR per hour.
stabilityDays: 2, // Wait 2 days from release before updating.
automergeStrategy: "squash" // Squash & rebase when auto-merging.
automergeStrategy: "squash", // Squash & rebase when auto-merging.
semanticCommitType: "build" // use `build` as commit header type (i.e. `build(deps): <description>`)
}

0 comments on commit bf06195

Please sign in to comment.