peertube/renovate.json
Samuel Philipp 72b5d0835a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
initial commit
2022-01-15 03:41:27 +01:00

17 lines
244 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "loose"
}
]
}