Skip to content

Commit 77e3dba

Browse files
fix(deps): update auto merge on patch or minor (#2018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c025ca commit 77e3dba

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

k8s/grafana/grafana.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- 0
3434
containers:
3535
- name: grafana
36-
image: grafana/grafana-enterprise:11.5.2
36+
image: grafana/grafana-enterprise:11.6.0
3737
imagePullPolicy: IfNotPresent
3838
ports:
3939
- containerPort: 3000

k8s/tempo/tempo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: tempo
20-
image: grafana/tempo:2.7.1
20+
image: grafana/tempo:2.7.2
2121
args:
2222
- "-config.file=/etc/tempo-config/tempo.yaml"
2323
imagePullPolicy: IfNotPresent

packages/backend/libraries/backend-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/eslint-plugin": "8.28.0",
2222
"@typescript-eslint/parser": "8.28.0",
2323
"eslint": "9.23.0",
24-
"fastify": "^5.2.1",
24+
"fastify": "^5.2.2",
2525
"fastify4": "npm:fastify@^4.29.0",
2626
"jest": "29.7.0",
2727
"prettier": "3.5.3",

packages/backend/services/backend-service-game/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/parser": "8.28.0",
3939
"eslint": "9.23.0",
4040
"dotenv-cli": "8.0.0",
41-
"fastify": "5.2.1",
41+
"fastify": "5.2.2",
4242
"jest": "29.7.0",
4343
"prettier": "3.5.3",
4444
"rimraf": "6.0.1",

packages/backend/services/backend-service-user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/parser": "8.28.0",
3838
"eslint": "9.23.0",
3939
"dotenv-cli": "8.0.0",
40-
"fastify": "5.2.1",
40+
"fastify": "5.2.2",
4141
"jest": "29.7.0",
4242
"prettier": "3.5.3",
4343
"rimraf": "6.0.1",

packages/backend/tools/backend-dev-grafana/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
tempo:
3-
image: grafana/tempo:2.7.1
3+
image: grafana/tempo:2.7.2
44
command: [ "-config.file=/etc/tempo.yaml" ]
55
volumes:
66
- ./config/tempo.yaml:/etc/tempo.yaml
@@ -34,7 +34,7 @@ services:
3434
- "9090:9090"
3535

3636
grafana:
37-
image: grafana/grafana-enterprise:11.5.2
37+
image: grafana/grafana-enterprise:11.6.0
3838
volumes:
3939
- ./config/grafana-dashboards:/etc/dashboards
4040
- ./config/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml

packages/frontend/web-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "19.0.0",
3535
"react-redux": "9.2.0",
3636
"react-router": "7.4.0",
37-
"worker-timers": "8.0.19"
37+
"worker-timers": "8.0.20"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.27.0",

0 commit comments

Comments
 (0)