Skip to content

Commit

Permalink
Update .kodiak.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Aug 1, 2022
1 parent 2486418 commit d1e1692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# .kodiak.toml
# Minimal config. version is the only required field.
version = 1

# .kodiak.toml
[merge]
automerge_label = "automerge"

[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"]

[approve]
auto_approve_usernames = ["dependabot"]

0 comments on commit d1e1692

Please sign in to comment.