Skip to content

Commit 1cf7967

Browse files
authoredMay 6, 2024
Merge pull request #93 from total-typescript/renovate/configure
Configure Renovate
2 parents c91d69f + cb9afd7 commit 1cf7967

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎renovate.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"packageRules": [
5+
{
6+
"packagePatterns": ["*"],
7+
"excludePackagePatterns": [
8+
"typescript",
9+
"vitest",
10+
"@total-typescript/exercise-cli"
11+
],
12+
"enabled": false
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.