try to fix automerge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2022-08-05 08:21:14 +02:00
parent 9a4f48342b
commit 06c0e1cb91
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
FROM amd64/elasticsearch:8.3.3
FROM amd64/elasticsearch:8.3.1
RUN bin/elasticsearch-plugin install --batch ingest-attachment

View file

@ -3,7 +3,8 @@
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true
"automerge": true,
"automergeType": "branch"
}
]
}