1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 05:43:16 +00:00

Merge pull request 'Update elasticsearch Docker tag to v7.17.22' (#4131) from renovate/elasticsearch-7.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4131
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-06-14 04:59:56 +00:00
commit 2a7c0b3402
2 changed files with 8 additions and 1 deletions

View file

@ -46,7 +46,7 @@ jobs:
image: 'docker.io/node:20-bookworm' image: 'docker.io/node:20-bookworm'
services: services:
elasticsearch: elasticsearch:
image: elasticsearch:7.17.21 image: elasticsearch:7.17.22
env: env:
discovery.type: single-node discovery.type: single-node
minio: minio:

View file

@ -53,6 +53,13 @@
], ],
"extends": ["schedule:quarterly"] "extends": ["schedule:quarterly"]
}, },
{
"description": "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags",
"matchDepNames": [
"elasticsearch",
],
"extends": ["schedule:quarterly"]
},
{ {
"description": "Group golang packages", "description": "Group golang packages",
"matchDepNames": [ "matchDepNames": [