Skip to content

Commit a7a95c2

Browse files
committed
chore(renovate): add config
1 parent 8a1830a commit a7a95c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"github>nuxt/renovate-config-nuxt"
4+
],
5+
"lockFileMaintenance": {
6+
"enabled": true
7+
},
8+
"packageRules": [{
9+
"matchDepTypes": ["resolutions"],
10+
"enabled": false
11+
}],
12+
"postUpdateOptions": ["pnpmDedupe"]
13+
}

0 commit comments

Comments
 (0)