Skip to content

Commit 17f7c72

Browse files
committed
feat: add Makefile for VS Code extension development commands
1 parent fdf903d commit 17f7c72

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
version: 2
77

88
updates:
9-
- package-ecosystem: "npm" # pnpm is handled via the npm ecosystem
9+
- package-ecosystem: "npm" # pnpm is handled via the npm ecosystem
1010
directory: "/"
1111
target-branch: "main"
1212

1313
# Regular dependency updates
1414
schedule:
1515
interval: "monthly"
1616
time: "09:00"
17-
timezone: "UTC"
17+
timezone: "Etc/UTC"
1818

1919
# Limit noise and cognitive load
2020
open-pull-requests-limit: 2
File renamed without changes.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
"publisher": "imgildev",
99
"author": {
1010
"name": "Manuel Gil",
11-
"url": "https://github.com/ManuelGil"
11+
"email": "support@imgil.dev",
12+
"url": "https://imgil.dev/"
1213
},
1314
"sponsor": {
1415
"url": "https://github.com/sponsors/manuelgil"
1516
},
17+
"packageManager": "pnpm@10.0.0",
1618
"engines": {
1719
"vscode": "^1.90.0",
1820
"node": ">=24",
19-
"pnpm": ">=9"
21+
"pnpm": ">=10"
2022
},
2123
"categories": [
2224
"Programming Languages",

0 commit comments

Comments
 (0)