Skip to content

Commit 734b277

Browse files
committed
add renovate config
1 parent 9945401 commit 734b277

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"dependencyDashboardAutoclose": true,
3+
"extends": [
4+
":dependencyDashboard",
5+
":semanticPrefixFixDepsChoreOthers",
6+
":ignoreModulesAndTests",
7+
":autodetectPinVersions",
8+
"group:monorepos",
9+
"group:recommended",
10+
"workarounds:all",
11+
":pinAllExceptPeerDependencies",
12+
":semanticCommitTypeAll(chore)",
13+
":disableRateLimiting"
14+
],
15+
"labels": [
16+
"dependencies"
17+
],
18+
"constraints": {
19+
"pnpm": "7"
20+
},
21+
"force": {
22+
"constraints": {
23+
"pnpm": "7.15.0"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)