Skip to content

Commit

Permalink
Separate vscode-extension-tester in dependabot config (#1477)
Browse files Browse the repository at this point in the history
Related: #1464
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
  • Loading branch information
alisonlhart and ssbarnea authored Aug 1, 2024
1 parent d40cb41 commit 6a69c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ envrc
eqeqeq
esbenp
extest
extester
fgierlinger
fqcn
fredericgiquel
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ updates:
- "*"
exclude-patterns:
- "@types/vscode"
- "vscode-extension-tester"
extester:
# Separated as it is likely to also require tuning our test code for passing
patterns:
- "vscode-extension-tester"
ignore:
# requires ESM https://github.com/ansible/vscode-ansible/issues/1225
- dependency-name: chai
Expand Down

0 comments on commit 6a69c2e

Please sign in to comment.