Skip to content

Commit c5febab

Browse files
committed
update renovate configuration to best practices and enable full pinning
1 parent fc8d607 commit c5febab

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
{
2-
"extends": ["config:base"],
3-
"rangeStrategy": "bump"
4-
}
2+
"extends": [
3+
"config:best-practices",
4+
":pinAllExceptPeerDependencies",
5+
":dependencyDashboard",
6+
"group:monorepos",
7+
"group:recommended"
8+
],
9+
"rangeStrategy": "pin",
10+
"lockFileMaintenance": {
11+
"enabled": true
12+
},
13+
"packageRules": [
14+
{
15+
"matchUpdateTypes": ["minor", "patch"],
16+
"automerge": false
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)