Procházet zdrojové kódy

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
pull/5576/head
Slavi Pantaleev před 5 dny
rodič
revize
15429f4a90
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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


+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit