Files
vscode/.github/dependabot.yml
T
461fdd6f5e Revert invalid markdown Dependabot schedule (#327912)
Revert invalid markdown Dependabot schedule (Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-28 22:18:35 +00:00

17 lines
442 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers" # https://containers.dev/guide/dependabot
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/extensions/markdown-language-features"
schedule:
interval: "daily"
allow:
- dependency-name: "@vscode/markdown-editor"