Skip to content

Commit

Permalink
kodiak
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jan 21, 2024
1 parent 3021b8f commit 2136fc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# https://kodiakhq.com/docs/quickstart
# https://kodiakhq.com/docs/recipes
version = 1

[merge]
method = "squash"

[merge.message]
title = "pull_request_title"
body = "pull_request_body"
[merge.automerge_dependencies]
# auto merge all PRs opened by "dependabot" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
versions = ["minor", "patch"]
usernames = ["dependabot"]

0 comments on commit 2136fc3

Please sign in to comment.