From 2136fc32a2cbc9f5c55f60ba1f533b67f53df127 Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Sun, 21 Jan 2024 13:58:49 +0800 Subject: [PATCH] kodiak --- .github/.kodiak.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index 1b0ba10..6692b79 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -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"]