Skip to content

Commit d6ce5f7

Browse files
committed
chore: Add renovate config
1 parent 9d6bfb4 commit d6ce5f7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"prConcurrentLimit": 10,
7+
"ignoreTests": false,
8+
"dependencyDashboard": true,
9+
"npm": {
10+
"stabilityDays": 3
11+
},
12+
"packageRules": [
13+
{
14+
"enabled": false,
15+
"matchUpdateTypes": [
16+
"major"
17+
],
18+
"prPriority": -2
19+
},
20+
{
21+
"matchDepTypes": [
22+
"dependencies"
23+
],
24+
"prPriority": 2
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)