mirror of
https://github.com/cdr/code-server.git
synced 2026-01-21 23:55:29 +01:00
Merge pull request #3367 from jawnsy/dependabot-ignore-playwright-updates
chore: ignore updates to microsoft/playwright-github-action
This commit is contained in:
commit
83f266e07d
2 changed files with 2 additions and 1 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
|
@ -10,6 +10,7 @@ updates:
|
|||
# release tag, so handle updates manually
|
||||
- dependency-name: "actions/*"
|
||||
- dependency-name: "github/codeql-action/*"
|
||||
- dependency-name: "microsoft/playwright-github-action"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ VS Code v1.56
|
|||
|
||||
### Development
|
||||
|
||||
- item
|
||||
- chore: ignore updates to microsoft/playwright-github-action
|
||||
|
||||
## 3.10.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue