Selaa lähdekoodia

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) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SEH3vxYSQ5SV4N5z61eyGT
create-pull-request/i18n
Slavi Pantaleev 13 tuntia sitten
vanhempi
commit
15429f4a90
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 1
- 1
roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml Näytä tiedosto

@@ -11,7 +11,7 @@


matrix_appservice_draupnir_for_all_enabled: true 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_version: "v3.1.0"


matrix_appservice_draupnir_for_all_container_image_self_build: false matrix_appservice_draupnir_for_all_container_image_self_build: false


+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml Näytä tiedosto

@@ -11,7 +11,7 @@


matrix_bot_draupnir_enabled: true 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_version: "v3.1.0"


matrix_bot_draupnir_container_image_self_build: false matrix_bot_draupnir_container_image_self_build: false


Ladataan…
Peruuta
Tallenna