From e38a89bf31a9bd6c4f3690be2f4d3241f260375c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:53:02 +0000 Subject: [PATCH 1/3] [NuGet](deps): Bump NCronJob from 4.0.2 to 4.1.0 in the others group Bumps the others group with 1 update: [NCronJob](https://github.com/NCronJob-Dev/NCronJob). Updates `NCronJob` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/NCronJob-Dev/NCronJob/releases) - [Changelog](https://github.com/NCronJob-Dev/NCronJob/blob/main/CHANGELOG.md) - [Commits](https://github.com/NCronJob-Dev/NCronJob/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: NCronJob dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a76ed77b..97f81035 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,7 +11,7 @@ - + From 1fdc9266a0fa78d0f7ed871edd593b2b7e507800 Mon Sep 17 00:00:00 2001 From: Sella-GH <147769367+Sella-GH@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:52:01 +0100 Subject: [PATCH 2/3] Update docker.yml Signed-off-by: Sella-GH <147769367+Sella-GH@users.noreply.github.com> --- .github/workflows/docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 069afcca..dfc2db01 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,6 @@ permissions: jobs: extract_meta: name: Extract metadata for use - if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-24.04 outputs: clean_version: ${{ steps.get-version.outputs.clean_version }} From 4818fe525ff387efe4f8bc5f5a72813b355b6de5 Mon Sep 17 00:00:00 2001 From: Sella-GH <147769367+Sella-GH@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:53:47 +0100 Subject: [PATCH 3/3] Update dependabot-auto-merge.yml Signed-off-by: Sella-GH <147769367+Sella-GH@users.noreply.github.com> --- .github/workflows/dependabot-auto-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index cf896a26..0f6ee52d 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -3,8 +3,6 @@ name: Dependabot Auto-Merge on: pull_request_target: types: [assigned, opened, synchronize, reopened, ready_for_review] - branches: - - dependabot/** permissions: