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