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.