Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wmundev authored Nov 17, 2023
1 parent c866e68 commit e8f2777
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,55 @@

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "nuget"
directory: "/weather-backend"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
groups:
weather_backend_minor_patch_updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "nuget"
directory: "/Weather.API.IntegrationTests"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
groups:
weather_api_integrationtests_minor_patch_updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "nuget"
directory: "/Weather.CLI.UnitTests"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
groups:
weather_cli_unittests_minor_patch_updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "nuget"
directory: "/Weather.CLI"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
groups:
weather_cli_minor_patch_updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit e8f2777

Please sign in to comment.