generated from sosiristseng/template-quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f78a341
commit ae52c02
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# .kodiak.toml | ||
# https://kodiakhq.com/docs/recipes | ||
version = 1 | ||
|
||
[merge] | ||
method = "squash" | ||
|
||
[merge.message] | ||
title = "pull_request_title" | ||
body = "pull_request_body" | ||
|
||
# PR sync with main | ||
[update] | ||
always = true # default: false | ||
require_automerge_label = false # default: true | ||
[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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
- package-ecosystem: pip | ||
directory: "/" | ||
open-pull-requests-limit: 1 | ||
schedule: | ||
interval: "daily" | ||
interval: daily | ||
labels: | ||
- "automerge" | ||
- package-ecosystem: "github-actions" | ||
- automerge | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
open-pull-requests-limit: 1 | ||
schedule: | ||
interval: "daily" | ||
interval: daily | ||
labels: | ||
- "automerge" | ||
- automerge |