# (Optional) The label to use to mark dependent issues
label:"PR/Issue: dependent"
# (Optional) Enable checking for dependencies in issues.
# Enable by setting the value to "on". Default "off"
check_issues:on
# (Optional) Ignore dependabot PRs.
# Enable by setting the value to "on". Default "off"
ignore_dependabot:off
# (Optional) A comma-separated list of keywords. Default
# "depends on, blocked by"
keywords:depends on, blocked by
# (Optional) A custom comment body. It supports `{{ dependencies }}` token.
comment:>
Alright! Looks like we need to wait for some _dependencies:_
{{dependencies }}
Don't worry, I will continue watching the list above and keep this comment updated. To add or remove a dependency please update the description of this PR/issue.