Skip to content

Commit

Permalink
build: change grouping for dependabot nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
loekensgard committed Jan 10, 2025
1 parent 4f00ac5 commit b5e91d9
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,16 @@ updates:
time: "09:00"
timezone: "Europe/Oslo"

- package-ecosystem: "nuget"
directory: "/src/Intility.Extensions.Logging"
schedule:
interval: "monthly"
time: "09:00"
timezone: "Europe/Oslo"

- package-ecosystem: "nuget"
directory: "/src/Intility.Logging.AspNetCore"
schedule:
interval: "monthly"
time: "09:00"
timezone: "Europe/Oslo"

- package-ecosystem: "nuget"
directory: "/src/Intility.Extensions.Logging.Sentry"
schedule:
interval: "monthly"
time: "09:00"
timezone: "Europe/Oslo"

- package-ecosystem: "nuget"
directory: "/src/Intility.Extensions.Logging.Elasticsearch"
- package-ecosystem: "nuget"
directory: "/src"
schedule:
interval: "monthly"
time: "09:00"
timezone: "Europe/Oslo"
commit-message:
prefix: "build:"
groups:
all:
patterns:
- "*"

0 comments on commit b5e91d9

Please sign in to comment.