Skip to content

Commit fa1209d

Browse files
committed
fix: cleanup renovate json
1 parent c0caf61 commit fa1209d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

renovate.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base", ":disableDependencyDashboard"],
4-
"platform": "gitlab",
4+
"platform": "github",
55
"repositories": ["pixiv/frontend-config"],
66
"timezone": "Asia/Tokyo",
77
"enabledManagers": ["npm"],
@@ -15,12 +15,11 @@
1515
]
1616
},
1717
"lockFileMaintenance": {
18-
"enabled": true
18+
"enabled": false
1919
},
2020
"rangeStrategy": "pin",
2121
"ignoreDeps": [
22-
"pnpm",
23-
"eslint"
22+
"pnpm"
2423
],
2524
"pin": {
2625
"labels": ["dependencies", "pin"]

0 commit comments

Comments
 (0)