mattbrictson/tomo

View on GitHub
.kodiak.toml

Summary

Maintainability
Test Coverage
# .kodiak.toml
# Minimal config. version is the only required field.
version = 1

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

# if using `update.always`, add dependabot to `update.ignore_usernames` to allow
# dependabot to update and close stale dependency upgrades.
[update]
ignored_usernames = ["dependabot"]