Files
vscode/.github/dependabot.yml
T
aabaf29228 markdown: chore: schedule editor dependency updates (#331631)
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
2026-08-19 14:33:28 +00:00

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"