Skip to content

Commit 477bedb

Browse files
committed
Create renovate.js
Update renovate.js Update renovate.js Rename renovate.js to renovate.json
1 parent a28c3c9 commit 477bedb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

renovate.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
{
3+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
4+
"extends": [
5+
"config:js-lib",
6+
":automergeMinor",
7+
":preserveSemverRanges"
8+
],
9+
"includeForks": true,
10+
"labels": ["dependencies"],
11+
"packageRules": [
12+
{
13+
"matchUpdateTypes": ["major"],
14+
"addLabels": ["major"]
15+
},
16+
{
17+
"matchUpdateTypes": ["minor"],
18+
"addLabels": ["minor"]
19+
},
20+
{
21+
"matchUpdateTypes": ["patch"],
22+
"addLabels": ["patch"]
23+
}
24+
],
25+
"js": {
26+
"addLabels": ["yarn"]
27+
}
28+
}

0 commit comments

Comments
 (0)