diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9c07db..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*" @@ -52,3 +56,13 @@ updates: submodules: patterns: - "*" + + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "build(dev)" + labels: + - "dependency-devcontainers" + open-pull-requests-limit: 50 diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b337fea..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.8.8 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.9.3 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} diff --git a/eng b/eng index 185f53a..45c17ef 160000 --- a/eng +++ b/eng @@ -1 +1 @@ -Subproject commit 185f53ac90c77f722adc66f8674cb6b90e6b8963 +Subproject commit 45c17ef7fae48af88a0796559be8b7fc20055edf