Skip to content

Commit 536be9e

Browse files
committed
update renovate config
1 parent a33aff8 commit 536be9e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:best-practices", "npm:unpublishSafe"],
4+
"assignees": ["heldinz"],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
8+
"automerge": true,
9+
"automergeStrategy": "squash"
10+
}
11+
],
12+
"schedule": ["weekends"]
413
}

0 commit comments

Comments
 (0)