We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547c19f commit c4c9c3cCopy full SHA for c4c9c3c
renovate.json
@@ -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