This commit is contained in:
parent
2abdd8d007
commit
d7a9755a2d
2 changed files with 8 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.3
|
FROM amd64/elasticsearch:7.17.3
|
||||||
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue