Skip to content

Commit 15071fb

Browse files
committed
added renovate app
1 parent b5ab94d commit 15071fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": ["config:base"],
3+
"enabledManagers": ["npm"],
4+
"ignorePresets": [":prHourlyLimit2"],
5+
"timezone": "Asia/Tokyo",
6+
"automerge": true,
7+
"dependencyDashboard": false,
8+
"onboarding": false,
9+
"branchConcurrentLimit": 0
10+
}

0 commit comments

Comments
 (0)