We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46193c8 commit 6e6111fCopy full SHA for 6e6111f
.kodiak.toml
@@ -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