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 f78a341 commit ae52c02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
18 changes: 8 additions & 10 deletions .github/.kodiak.toml
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"]
14 changes: 6 additions & 8 deletions .github/dependabot.yml
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

0 comments on commit ae52c02

Please sign in to comment.