From ca83112ea1545d0b03fe569e0c3155dba7338025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 09:49:16 +0200 Subject: [PATCH 1/2] chore(deps): bump docker/metadata-action from 3.1.0 to 3.2.0 (#1998) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/default_on_push.yml | 2 +- .github/workflows/scheduled_builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index 95d8ea44..aaaceb3d 100644 --- a/.github/workflows/default_on_push.yml +++ b/.github/workflows/default_on_push.yml @@ -62,7 +62,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: docker/metadata-action@v3.1.0 + uses: docker/metadata-action@v3.2.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index 6233d69a..64826636 100644 --- a/.github/workflows/scheduled_builds.yml +++ b/.github/workflows/scheduled_builds.yml @@ -14,7 +14,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: docker/metadata-action@v3.1.0 + uses: docker/metadata-action@v3.2.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }} From c54e5ac57df5510069d2cdc885d28d359d831986 Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Mon, 24 May 2021 21:30:16 +0200 Subject: [PATCH 2/2] chore: remove @radicand and add labels (#2002) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6163f8ac..f98b31cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,10 @@ updates: schedule: interval: "weekly" reviewers: - - "radicand" - "aendeavor" - "wernerfred" labels: - "area/dependency" + - "area/ci" - "pr/needs review" + - "priority/low"