From dd4e8f47b680c4d27066a1e2c511c37d06f5b945 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Oct 2025 18:34:15 +0200 Subject: [PATCH 1/2] Update grafana/tempo:latest Docker digest to 6928536 (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | grafana/tempo | digest | `89fd395` -> `6928536` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/30 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 98847db..3447b1a 100644 --- a/compose.yml +++ b/compose.yml @@ -48,7 +48,7 @@ services: tempo: <<: *service-base - image: grafana/tempo:latest@sha256:89fd395d641588d8714b23d67e93d7502362bf213d3d6d9ecd00f63c1be9a8ea + image: grafana/tempo:latest@sha256:692853614cc344c15f5695d3a950fcca326dd7bcffa544fe36b8d978e90a146b command: [-config.file=/etc/tempo.yaml] volumes: - ./telemetry/tempo.yaml:/etc/tempo.yaml From 693e6ec492c50b7751aca43cfe715535ab28424c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Mon, 13 Oct 2025 00:11:54 +0200 Subject: [PATCH 2/2] Update Renovate config --- renovate.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 6590d0c..1a23465 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], + "extends": ["config:recommended"], + "baseBranchPatterns": ["next"], "packageRules": [ { "matchManagers": ["bun", "npm"], @@ -11,10 +10,10 @@ "groupSlug": "bun-minor-patch" }, { - "matchManagers": ["bun", "npm"], - "matchUpdateTypes": ["major"], - "groupName": "bun major updates", - "groupSlug": "bun-major" + "matchManagers": ["dockerfile", "docker-compose"], + "matchUpdateTypes": ["minor", "patch", "digest"], + "groupName": "docker minor+patch+digest updates", + "groupSlug": "docker-minor-patch-digest" } ] }