Skip to content

Commit 6a69c2e

Browse files
Separate vscode-extension-tester in dependabot config (#1477)
Related: #1464 Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
1 parent d40cb41 commit 6a69c2e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.config/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ envrc
101101
eqeqeq
102102
esbenp
103103
extest
104+
extester
104105
fgierlinger
105106
fqcn
106107
fredericgiquel

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ updates:
1717
- "*"
1818
exclude-patterns:
1919
- "@types/vscode"
20+
- "vscode-extension-tester"
21+
extester:
22+
# Separated as it is likely to also require tuning our test code for passing
23+
patterns:
24+
- "vscode-extension-tester"
2025
ignore:
2126
# requires ESM https://github.com/ansible/vscode-ansible/issues/1225
2227
- dependency-name: chai

0 commit comments

Comments
 (0)