This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
feed2toot-docker/renovate.json
Samuel Philipp 92a498e4da
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update renovate.json
2023-10-12 18:35:28 +00:00

24 lines
351 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"automergeType": "branch",
"packageRules": [
{
"datasources": [
"docker"
],
"matchUpdateTypes": [
"digest",
"patch"
],
"automerge": true
}
]
}