Skip to content

Commit e03a44b

Browse files
committed
chore: update renovate.json
1 parent 3fc51c2 commit e03a44b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"]
3+
"extends": ["config:base", ":disableRateLimiting", "npm:unpublishSafe"],
4+
"schedule": ["* 2-3 * * *"],
5+
"separateMinorPatch": true,
6+
"packageRules": [
7+
{
8+
"matchDepTypes": ["devDependencies"],
9+
"matchUpdateTypes": ["patch"],
10+
"automerge": true
11+
}
12+
],
13+
"lockFileMaintenance": { "enabled": true, "automerge": true }
414
}

0 commit comments

Comments
 (0)