Skip to content

Commit 60339ae

Browse files
authored
ci(renovate): sync renovate config with other repos
1 parent ed59bb6 commit 60339ae

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

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)