mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 15:34:20 +01:00
Run @vscode/markdown-editor Dependabot checks at 4:00 PM Seattle time so updates arrive ahead of the next morning Insiders build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 117c2e66-9fff-4571-8b35-13094db9d453
21 lines
536 B
YAML
21 lines
536 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: "devcontainers" # https://containers.dev/guide/dependabot
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/extensions/markdown-language-features"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "16:00"
|
|
timezone: "America/Los_Angeles"
|
|
allow:
|
|
- dependency-name: "@vscode/markdown-editor"
|