Skip to content

Commit 3ad61cc

Browse files
authored
chore: update renovate to use best practices (#751)
## This PR - enables renovate best practices ### Notes The current configuration seems to be invalid. This PR updates Renovate to use best practices recommended by the Renovate team. https://docs.renovatebot.com/presets-config/#configbest-practices --------- Signed-off-by: Michael Beemer <[email protected]>
1 parent 3e17df4 commit 3ad61cc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

renovate.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
5+
":automergeTypes",
6+
":automergeStableNonMajor",
7+
"npm:unpublishSafe"
58
],
69
"semanticCommits": "enabled",
7-
"packageRules": [
8-
{
9-
"matchUpdateTypes": ["minor", "patch"],
10-
"matchCurrentVersion": "!/^0/",
11-
"automerge": true
12-
}
13-
],
1410
"regexManagers": [
1511
{
1612
"fileMatch": ["^CONTRIBUTING.md$", "^.github/workflows/pr-checks.yaml$"],

0 commit comments

Comments
 (0)