Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# One catch-all group: every NuGet bump lands in a single weekly PR.
groups:
nuget:
patterns:
- "*"
ignore:
# SixLabors moved ImageSharp v4 / ImageSharp.Drawing v3 to the commercial
# "Six Labors Split License", which hard-fails the build without a paid
Expand All @@ -17,3 +22,13 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "SixLabors.ImageSharp.Drawing"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Same deal for the actions used by .github/workflows/*.yml.
groups:
github-actions:
patterns:
- "*"
Loading