migrated to workflows
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 22s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 22s
This commit is contained in:
parent
b63ad02710
commit
b6d7f15c3c
4 changed files with 47 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue