From 15429f4a908265dc87d5f9a377f1de948c95120a Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 27 Aug 2026 18:19:02 +0300 Subject: [PATCH] Fix the Draupnir Renovate annotations so updates are found again The annotation read `depName=depName=ghcr.io/...`, so Renovate looked up a package literally named `depName=ghcr.io/the-draupnir-project/draupnir` and found nothing. Both Draupnir roles have been invisible to Renovate since v3.0.0 landed in April, and the dependency dashboard has been reporting it as a repository problem the whole time: Failed to look up docker package depName=ghcr.io/the-draupnir-project/draupnir: no-result Checked every other annotation under roles/custom/ for the same shape; these two were the only ones. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01SEH3vxYSQ5SV4N5z61eyGT --- .../custom/matrix-appservice-draupnir-for-all/defaults/main.yml | 2 +- roles/custom/matrix-bot-draupnir/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml index 2c8893f87..af500960b 100644 --- a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml +++ b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml @@ -11,7 +11,7 @@ matrix_appservice_draupnir_for_all_enabled: true -# renovate: datasource=docker depName=depName=ghcr.io/the-draupnir-project/draupnir +# renovate: datasource=docker depName=ghcr.io/the-draupnir-project/draupnir matrix_appservice_draupnir_for_all_version: "v3.1.0" matrix_appservice_draupnir_for_all_container_image_self_build: false diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index 7e8184c56..d6d3cde02 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -11,7 +11,7 @@ matrix_bot_draupnir_enabled: true -# renovate: datasource=docker depName=depName=ghcr.io/the-draupnir-project/draupnir +# renovate: datasource=docker depName=ghcr.io/the-draupnir-project/draupnir matrix_bot_draupnir_version: "v3.1.0" matrix_bot_draupnir_container_image_self_build: false