Skip to content

Commit d902e78

Browse files
committed
chore(renovate): add renovate config
1 parent 059eca5 commit d902e78

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"ignorePaths": [
4+
"packages/pyright/**",
5+
"packages/pyright-internal/**",
6+
"packages/vscode-pyright/**",
7+
"package.json",
8+
"packages/pyright-scip/snapshots-env/**",
9+
".tool-versions"
10+
],
11+
"extends": [
12+
"local>sourcegraph/renovate-config"
13+
]
14+
}

0 commit comments

Comments
 (0)