Skip to content

Commit c4c9c3c

Browse files
renovate[bot]stipsan
authored andcommitted
Configure Renovate (#168)
* Add renovate.json * Sync with Prettier * Update renovate.json * Sync with Prettier * Update renovate.json * Sync with Prettier
1 parent 547c19f commit c4c9c3c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":automergeDigest",
5+
":automergeMinor",
6+
":prHourlyLimit4",
7+
":semanticCommitScopeDisabled",
8+
":semanticCommitTypeAll(Chore)",
9+
":semanticCommits",
10+
":pinDigestsDisabled"
11+
],
12+
"pathRules": [
13+
{
14+
"paths": ["packages/**"],
15+
"extends": ["config:js-lib"],
16+
"dependencies": {
17+
"extends": ":semanticCommitType(Fix)"
18+
}
19+
},
20+
{
21+
"paths": ["website"],
22+
"extends": ["config:js-app"]
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)