From b94f6f65ba45c27adc492539939ba36d54da3dee Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Mon, 13 May 2024 06:48:50 +0200 Subject: [PATCH] remove unused part of dependabot configuration, add Dockerfile label --- .github/dependabot.yml | 2 -- Dockerfile.site | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f42d59e3..33bc4817 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,5 +20,3 @@ updates: groups: "Go modules updates": dependency-type: "production" - "Go modules updates for tests": - dependency-type: "development" diff --git a/Dockerfile.site b/Dockerfile.site index 09271302..a368cc8a 100644 --- a/Dockerfile.site +++ b/Dockerfile.site @@ -11,6 +11,8 @@ RUN mkdocs build FROM ghcr.io/umputun/reproxy +# enables automatic changelog generation by tools like Dependabot +LABEL org.opencontainers.image.source="https://github.com/umputun/spot" COPY --from=build /build/site /srv/site EXPOSE 8080 USER app