Skip to content

Commit 422b552

Browse files
committed
ci: config renovate
1 parent 170436f commit 422b552

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extends": ["config:base", ":preserveSemverRanges"],
3+
"ignorePaths": [
4+
"**/node_modules/**",
5+
"**/bower_components/**",
6+
"**/vendor/**",
7+
"**/__tests__/**",
8+
"**/test/**",
9+
"**/__fixtures__/**"
10+
],
11+
"packageRules": [
12+
{
13+
"automerge": true,
14+
"autoApprove": true,
15+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
16+
}
17+
],
18+
"postUpdateOptions": ["pnpmDedupe"],
19+
"lockFileMaintenance": {
20+
"enabled": true,
21+
"extends": ["schedule:monthly"]
22+
}
23+
}

0 commit comments

Comments
 (0)