Skip to content

Commit 899b6f9

Browse files
committed
ci: configure Kodiak to automatically merge Dependabot patch upgrades
1 parent 2e8cbd2 commit 899b6f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.kodiak.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = 1
2+
3+
[merge]
4+
method = "rebase"
5+
6+
[merge.automerge_dependencies]
7+
versions = ["patch"]
8+
usernames = ["dependabot"]
9+
10+
[approve]
11+
auto_approve_usernames = ["dependabot"]
12+
13+
[update]
14+
ignored_usernames = ["dependabot"]
15+
autoupdate_label = "autoupdate"

0 commit comments

Comments
 (0)