Skip to content

Commit 31afd09

Browse files
committed
feat: Update Renovate configuration to use base config, add labels, and enable automerge for patch updates
1 parent 3c8054c commit 31afd09

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
4+
"config:base"
5+
],
6+
"labels": [
7+
"renovate"
8+
],
9+
"rebaseWhen": "conflicted",
10+
"packageRules": [
11+
{
12+
"matchUpdateTypes": [
13+
"patch"
14+
],
15+
"automerge": true
16+
}
517
]
618
}

0 commit comments

Comments
 (0)