peertube/renovate.json
Samuel Philipp 53797dae28
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 23s
updated renovate.json
2023-09-29 18:11:57 +02:00

21 lines
346 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"automergeType": "branch",
"packageRules": [
{
"datasources": [
"docker"
],
"automerge": true
}
]
}