migrated to workflows
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 22s

This commit is contained in:
Samuel Philipp 2023-12-07 22:45:43 +01:00
parent b63ad02710
commit b6d7f15c3c
4 changed files with 47 additions and 3 deletions

View file

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