From 2acbc61f6b1a8dbed9910c0c0392694d32cd7450 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 13 Jun 2024 09:45:06 -0400 Subject: [PATCH] chore: use grouped updates for Dependabot and add concurrency flag --- .github/dependabot.yml | 2 ++ .github/workflows/publish.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..318e7a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + group: + name: "github-actions-updates" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77d7312..2e257c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,7 @@ on: - main jobs: build: + concurrency: docker_image_publish runs-on: ubuntu-latest permissions: contents: write