Skip to content

Commit 558fbcb

Browse files
committed
👷 Updates Renovate Bot Configuration
1 parent c48d9d2 commit 558fbcb

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

renovate.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"]
3+
"extends": ["config:base"],
4+
"automergeType": "branch",
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
8+
"automerge": true,
9+
"autoApprove": true
10+
},
11+
{
12+
"matchDepTypes": ["devDependencies"],
13+
"automerge": true,
14+
"autoApprove": true
15+
}
16+
],
17+
"commitMessageAction": "Updates",
18+
"commitMessagePrefix": "⬆️",
19+
"assignees": ["brucificus"]
420
}

0 commit comments

Comments
 (0)