Skip to content

Commit 2aeb669

Browse files
chore(config): migrate renovate config (#1193)
* chore(config): migrate config renovate.json * chore: run prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: João Pedro Schmitz <[email protected]>
1 parent 89c53b4 commit 2aeb669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": ["config:recommended"],
33
"labels": ["type: dependencies"],
4+
"minimumReleaseAge": "3 days",
45
"packageRules": [
56
{
6-
"packageNames": ["node"],
7+
"matchPackageNames": ["node"],
78
"enabled": false
89
}
910
],
1011
"prCreation": "not-pending",
11-
"semanticCommits": true,
12-
"stabilityDays": 3
12+
"semanticCommits": "enabled"
1313
}

0 commit comments

Comments
 (0)