Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Added Kodiak config (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjkelly committed Oct 28, 2021
1 parent 237fa1a commit 666d58a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ updates:
timezone: "America/Toronto"
labels:
- "dependencies"
- "automerge"
17 changes: 17 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .kodiak.toml
# Minimal config. version is the only required field.
version = 1

[update]
always = true # default: false
require_automerge_label = false # default: true
ignored_usernames = ["dependabot"]

[merge]
automerge_label = "automerge"

[merge.automerge_dependencies]
# only auto merge "minor" and "patch" version upgrades.
# do not automerge "major" version upgrades.
versions = ["minor", "patch"]
usernames = ["dependabot"]

0 comments on commit 666d58a

Please sign in to comment.