Skip to content

Commit

Permalink
Update jdbc dependabot exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jun 21, 2024
1 parent 9da80ba commit 7543f19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ version: 2
updates:
- package-ecosystem: maven
directory: "/"
ignore:
- dependency-name: "com.microsoft.sqlserver*"
- dependency-name: "com.oracle.database.jdbc*"
update-types: ["version-update:semver-major"]
schedule:
interval: daily
open-pull-requests-limit: 20

- package-ecosystem: nuget
directory: "/net"
ignore:
- dependency-name: "Microsoft.Data.SQLite"
- dependency-name: "Microsoft.EntityFramework*"
update-types: ["version-update:semver-major"]
groups:
Expand All @@ -26,8 +21,6 @@ updates:

- package-ecosystem: nuget
directory: "/net/QACover" #reports
ignore:
- dependency-name: "Microsoft.Data.SQLite"
schedule:
interval: daily
open-pull-requests-limit: 20
Expand Down

0 comments on commit 7543f19

Please sign in to comment.