Skip to content

Commit

Permalink
chore: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Aug 23, 2023
1 parent e8e511c commit 6c8705b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
- package-ecosystem: "nuget"
directory: "/src/Finbuckle.MultiTenant/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "nuget" # See documentation for possible values
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "nuget"
directory: "/src/Finbuckle.MultiTenant.AspNetCore/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "nuget" # See documentation for possible values
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "nuget"
directory: "/src/Finbuckle.MultiTenant.EntityFrameworkCore/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 6c8705b

Please sign in to comment.