From 737e602a92cd7ce3b008a16445b8e3897943fd45 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 11 Sep 2024 13:48:01 +0100 Subject: [PATCH] Update view We have some new data it is useful to show --- index.njk | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/index.njk b/index.njk index ded8ddd..07dcb1c 100644 --- a/index.njk +++ b/index.njk @@ -24,7 +24,7 @@ {% else %} There are {{ totalRepos }} repositories {% endif %} - that Towtruck is tracking for {{ name }}. + that Towtruck is tracking for {{ org }}.

@@ -32,6 +32,9 @@ + + + @@ -39,9 +42,12 @@ {% for repo in repos %} - - - + + + + + + {% if repo.dependencies.length %} {% endif %} + {% else %}
Name DescriptionLanguageOwnersOpen issues count Last updated Dependencies
{{ repo.name }}{{ repo.description }}{{ repo.updatedAt }}{{ repo.name }}{{ repo.description }}{{ repo.language }}{{ repo.topics | join(", ")}}{{ repo.openIssues }}{{ repo.updatedAt }} @@ -75,6 +81,7 @@ Please make sure that Renovate has been configured on the repository to produce a dependency dashboard.