Skip to content

Commit

Permalink
Update dependabot exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 16, 2023
1 parent a018b82 commit 88903e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
- dependency-name: "com.microsoft.sqlserver*"
- dependency-name: "com.oracle.database.jdbc*"
update-types: ["version-update:semver-major"]
- dependency-name: "org.slf4j*"
update-types: ["version-update:semver-major"]
schedule:
interval: weekly
day: "friday"
Expand All @@ -29,6 +31,8 @@ updates:
directory: "/net/QACover" #reports
ignore:
- dependency-name: "Microsoft.Data.SQLite"
- dependency-name: "Microsoft.EntitiFramework*"
update-types: ["version-update:semver-major"]
schedule:
interval: weekly
day: "friday"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: dotnet test --logger "trx;LogFileName=../../reports/qacover-report-ef.trx" QACoverTestEf/QACoverTestEf.csproj
- name: Junit html report
if: always()
uses: javiertuya/junit-report-action@main
uses: javiertuya/junit-report-action@v1.2.0
with:
net-trx-report: "net/reports/qacover-report.trx,net/reports/qacover-report-ef.trx"
net-surefire-folder: "net/target/surefire-reports"
Expand Down

0 comments on commit 88903e8

Please sign in to comment.