mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
12 lines
279 B
TOML
12 lines
279 B
TOML
# .kodiak.toml
|
|
version = 1
|
|
|
|
merge.delete_branch_on_merge = true
|
|
merge.method = "squash"
|
|
|
|
# see https://kodiakhq.com/docs/config-reference#approveauto_approve_usernames
|
|
approve.auto_approve_usernames = ["TomasVotruba"]
|
|
|
|
update.always = true
|
|
update.require_automerge_label = false
|