Skip to content

Commit 6ec774e

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync .github\dependabot.yml
1 parent 9d9c8b0 commit 6ec774e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
# SixLabors.ImageSharp 4.0 enforces a build-time license key, which breaks
9+
# local builds and forks that lack the SIXLABORS_LICENSE_KEY secret. Stay on
10+
# 3.x (the last license-key-free line); still allow 3.1.x patch/minor bumps.
11+
- dependency-name: "SixLabors.ImageSharp"
12+
update-types: ["version-update:semver-major"]
713
groups:
814
ktsu:
915
patterns:

0 commit comments

Comments
 (0)