From a655ec7c9e0ba70daf99003bc2f07de38a1c78a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:57:25 +0000 Subject: [PATCH 1/6] build(mods): Bump eng in the submodules group (#17) --- eng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng b/eng index 185f53a..45c17ef 160000 --- a/eng +++ b/eng @@ -1 +1 @@ -Subproject commit 185f53ac90c77f722adc66f8674cb6b90e6b8963 +Subproject commit 45c17ef7fae48af88a0796559be8b7fc20055edf From 721efeeffd308553730bc3956aceab6cc38ed468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Sun, 19 May 2024 10:23:42 +0200 Subject: [PATCH 2/6] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9c07db..1ddb50e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,3 +52,13 @@ updates: submodules: patterns: - "*" + + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "build(dev)" + labels: + - "dependency-devcontainers" + open-pull-requests-limit: 50 From 752df0dafae18248e005ce2b21297fee035ba67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 08:33:17 +0000 Subject: [PATCH 3/6] build(ci): Bump dailydevops/pipelines from 0.8.8 to 0.9.0 (#18) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b337fea..3e1f45a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.8.8 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.0 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} From e99a640bbee55334edd1a966a0b49fb58e4decab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Mon, 20 May 2024 11:34:48 +0200 Subject: [PATCH 4/6] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ddb50e..b4809a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,10 @@ updates: coverlet: patterns: - "coverlet*" + nunit: + patterns: + - "nunit" + - "nunit*" testcontainers: patterns: - "testcontainers*" From 6bb3a52c5351d0dfc91139d5c66e8f2bb8a08120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:44:48 +0000 Subject: [PATCH 5/6] build(ci): Bump dailydevops/pipelines from 0.9.0 to 0.9.1 (#19) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3e1f45a..0fc83fb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.0 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.1 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} From 2210444eb6d41e6afe547c3875bdd287c042c00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:02:22 +0000 Subject: [PATCH 6/6] --- (#21) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0fc83fb..2e34a6c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.1 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.3 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }}