Skip to content

Commit

Permalink
fix(.kodiak.toml): fix autoupdate label
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent d51240c commit fc9c9f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

version = 1

[approve]
#auto_approve_usernames = ["renovate"]

[merge]
automerge_label = ["automerge"]
blocking_labels = ["wip"]
Expand All @@ -17,4 +14,4 @@ require_automerge_label = true

[update]
always = true
autoupdate_label = ["conflict"]
autoupdate_label = "conflict"

0 comments on commit fc9c9f6

Please sign in to comment.