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

24 lines
351 B
JSON
Raw Permalink Normal View History

{
"assignees": [
"samuel-p"
],
"baseBranches": [
2021-11-03 22:22:44 +00:00
"main"
],
2022-08-27 20:26:19 +00:00
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"automergeType": "branch",
"packageRules": [
{
"datasources": [
"docker"
],
2023-10-12 18:35:28 +00:00
"matchUpdateTypes": [
"digest",
"patch"
],
2022-08-27 20:26:19 +00:00
"automerge": true
}
]
}