Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit a18e51e

Browse files
committed
ci: setup dependabot for vsce
1 parent a9c1669 commit a18e51e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'monthly'
7+
day: 'monday'
8+
versioning-strategy: 'increase'
9+
pull-request-branch-name:
10+
separator: '-'
11+
commit-message:
12+
prefix: fix(deps)

0 commit comments

Comments
 (0)