mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-15 10:15:04 +01:00
17 lines
442 B
YAML
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"
|