From aa0af698342d2708334c9240767a531174051634 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Thu, 29 May 2025 11:37:59 -0300 Subject: [PATCH] bump (deps): bump docker/build-push-action from 6.17.0 to 6.18.0 --- .github/dependabot.yml | 9 --------- .github/workflows/dotnet.yml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9158ac9..c470083 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,6 @@ updates: directory: "/src/Dotnet.Samples.AspNetCore.WebApi" schedule: interval: "daily" - commit-message: - include: scope - prefix: "chore(deps): " groups: efcore: patterns: @@ -21,14 +18,8 @@ updates: directory: "/test/Dotnet.Samples.AspNetCore.WebApi.Tests" schedule: interval: "daily" - commit-message: - include: scope - prefix: "chore(deps): " - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - commit-message: - include: scope - prefix: "chore(deps): bump " diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index dcfd87a..8d1d5c2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -130,7 +130,7 @@ jobs: uses: docker/setup-buildx-action@v3.10.0 - name: Build and push Docker image to GitHub Container Registry - uses: docker/build-push-action@v6.17.0 + uses: docker/build-push-action@v6.18.0 with: context: . push: true