Skip to content

Commit 495b400

Browse files
Create .kodiak.toml
1 parent 20c98dc commit 495b400

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.kodiak.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version = 1
2+
3+
[merge]
4+
automerge_label = "automerge"
5+
6+
[merge.automerge_dependencies]
7+
# auto merge all PRs opened by "dependabot" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
8+
versions = ["minor", "patch"]
9+
usernames = ["dependabot"]
10+
11+
[approve]
12+
auto_approve_usernames = ["dependabot"]

0 commit comments

Comments
 (0)