Skip to content

Commit e9347e4

Browse files
authored
ci(renovate): sync renovate config with other repos (#158)
1 parent 1fb01fe commit e9347e4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
{
2-
"extends": ["config:base"]
2+
"extends": ["config:recommended"],
3+
"rangeStrategy": "replace",
4+
"packageRules": [
5+
{
6+
"matchPackageNames": ["*"],
7+
"semanticCommitType": "chore",
8+
"minimumReleaseAge": "3 days"
9+
},
10+
{
11+
"description": "Disable node/pnpm version updates",
12+
"matchPackageNames": ["node", "pnpm"],
13+
"matchDepTypes": ["engines", "packageManager"],
14+
"enabled": false
15+
}
16+
],
17+
"postUpdateOptions": ["pnpmDedupe"]
318
}

0 commit comments

Comments
 (0)