Skip to content

Commit

Permalink
Merge pull request #5651 from contentful/fix/install-sharp-aws
Browse files Browse the repository at this point in the history
fix: lock down sharp to v0.32.6 due to installation errors in AWS lambda
  • Loading branch information
jsdalton authored Dec 4, 2023
2 parents 1cdeca7 + 83e4be9 commit be167eb
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 1,119 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,42 @@ updates:
versions:
- ">=3"

- package-ecosystem: npm
directory: "/apps/ai-image-generator"
schedule:
interval: daily
time: "03:00"
timezone: UTC
open-pull-requests-limit: 15
commit-message:
prefix: "fix"
prefix-development: "chore"
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: "sharp"
versions:
- ">0.32.6"

- package-ecosystem: npm
directory: "/apps/ai-image-generator/backend"
schedule:
interval: daily
time: "03:00"
timezone: UTC
open-pull-requests-limit: 15
commit-message:
prefix: "fix"
prefix-development: "chore"
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: "sharp"
versions:
- ">0.32.6"

- package-ecosystem: npm
directory: "/apps/slack/lambda"
schedule:
Expand Down
Loading

0 comments on commit be167eb

Please sign in to comment.