connectivity-check/renovate.json
Samuel Philipp b6d7f15c3c
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 22s
migrated to workflows
2023-12-07 22:45:43 +01:00

22 lines
369 B
JSON

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