Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 21, 2024
2 parents dcf5990 + 2210444 commit 78dfa2d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ updates:
coverlet:
patterns:
- "coverlet*"
nunit:
patterns:
- "nunit"
- "nunit*"
testcontainers:
patterns:
- "testcontainers*"
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion eng

0 comments on commit 78dfa2d

Please sign in to comment.