Skip to content

Commit 14fe34b

Browse files
committed
add dependabot schema
1 parent ded4570 commit 14fe34b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/.github/dependabot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/dependabot-2.0.json
12
version: 2
23
updates:
34
- package-ecosystem: "pip"

src/.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- mode: jsonc -*-
22
{
33
// See more at https://go.microsoft.com/fwlink/?LinkId=827846
4-
"recommendations": ["ms-python.python", "ms-python.vscode-pylance"]
4+
"recommendations": [
5+
"ms-python.python",
6+
"ms-python.vscode-pylance",
7+
"redhat.vscode-yaml"
8+
]
59
}

0 commit comments

Comments
 (0)