This commit is contained in:
parent
9a4f48342b
commit
06c0e1cb91
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
FROM amd64/elasticsearch:8.3.3
|
FROM amd64/elasticsearch:8.3.1
|
||||||
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue