Skip to content

Commit

Permalink
Fix dependabot net framework exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 16, 2023
1 parent a8d39ed commit e46f06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ updates:
#avoids updates that cause not compilable code
ignore:
- dependency-name: "Microsoft.Data.SQLite"
- dependency-name: "Microsoft.EntitiFramework*"
update-types: ["version-update:semver-major"]
schedule:
interval: weekly
day: "friday"
Expand All @@ -31,8 +33,6 @@ 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

0 comments on commit e46f06f

Please sign in to comment.