diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0635e35..7877b37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,15 +17,19 @@ updates: - package-ecosystem: "gomod" directory: "/backend" multi-ecosystem-group: "dependencies" + patterns: ["*"] - package-ecosystem: "github-actions" directory: "/" multi-ecosystem-group: "dependencies" + patterns: ["*"] - package-ecosystem: "docker" directory: "/" multi-ecosystem-group: "dependencies" + patterns: ["*"] - package-ecosystem: "npm" directory: "/frontend" multi-ecosystem-group: "dependencies" + patterns: ["*"] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2170666..6beb37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,6 +104,7 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + annotations: ${{ steps.meta.outputs.annotations }} build-args: | VERSION=${{ github.event_name == 'workflow_dispatch' && 'main' || needs.release-please.outputs.tag-name }} COMMIT=${{ github.sha }}