Skip to content

Commit 09e66b2

Browse files
committed
chore: remove github action automerge config
Signed-off-by: Michael Beemer <[email protected]>
1 parent d805192 commit 09e66b2

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

renovate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
5+
":automergeStableNonMajor",
6+
"npm:unpublishSafe"
57
],
6-
"packageRules": [
7-
{
8-
"matchUpdateTypes": ["minor", "patch"],
9-
"matchCurrentVersion": "!/^0/",
10-
"automerge": true
11-
},
12-
{
13-
"matchManagers": ["github-actions"],
14-
"automerge": true
15-
}
16-
]
8+
"semanticCommits": "enabled"
179
}

0 commit comments

Comments
 (0)