Skip to content

Commit 96ba544

Browse files
committed
Setup Dependabot
1 parent 630bfa1 commit 96ba544

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-name: "sharp"
9+
labels:
10+
- "sharp-update"
11+
versioning-strategy: "lockfile-only"

package-lock.json

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "Apache License 2.0",
66
"module": "lambda-layer-sharp",
77
"devDependencies": {
8+
"copy-webpack-plugin": "^6.1.0",
89
"webpack": "^4.44.1",
910
"webpack-cli": "^3.3.12",
10-
"zip-webpack-plugin": "^3.0.0",
11-
"copy-webpack-plugin": "^6.1.0"
11+
"zip-webpack-plugin": "^3.0.0"
1212
},
1313
"dependencies": {
14-
"sharp": "^0.27.0"
14+
"sharp": "latest"
1515
},
1616
"engines": {
1717
"node": ">=12.14.0"

0 commit comments

Comments
 (0)