Skip to content

Commit 6e6111f

Browse files
darorasoedirgo
authored andcommitted
chore: kodiak config for auto-merging dependency upgrades
1 parent 46193c8 commit 6e6111f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.kodiak.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version = 1
2+
3+
[update]
4+
autoupdate_label = "dependencies"
5+
6+
[approve]
7+
auto_approve_usernames = ["dependabot"]
8+
9+
[merge.automerge_dependencies]
10+
versions = ["minor", "patch"]
11+
12+
[merge]
13+
automerge_label = "pr/automerge"
14+
delete_branch_on_merge = true
15+
# prefer rebase over merge commits
16+
method = "rebase"
17+
# this should make sure that the automerge label doesn't get removed
18+
# hopefully, when dependabot resolves conflicts and pushes an update,
19+
# kodiak will get triggered again and merge the PR
20+
notify_on_conflict = false

0 commit comments

Comments
 (0)